In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
From oracle to xml
1. Start sqlplus execution >
The TABLE_NAME,OWNER in the replacement statement is the name and user name of the table to be exported. The modified statement is executed in sqlplus (dba permission is required for the user to execute the statement).
SELECT replace (wm_concat (cols),'| |') FROM (SELECT''SCOTT' | |''| |'| | column_name | |'| |''AS cols FROM DBA_COL_COMMENTS WHERE TABLE_NAME = 'DEPT'AND owner=' SCOTT')
two。 Create a new script xml.sql file with the following content:
Replace the content from the following statement to |''with the execution result in step 1, change SCOTT.DEPT to the user name and table name in step 1, and execute this statement in sqlplus after modification
Set colsep, set feedback off set heading off set trimout on spool / home/oracle/dept.xml SELECT''| | replace (wm_concat (dept_info),'') | | 'FROM (SELECT''| | ROWNUM | |'| |'| DEPTNO |'| | DNAME |'| | LOC | |'| |'AS dept_infoFROM SCOTT.DEPT); spool off exit |
Note:
Spool / home/oracle/dept.xml-specify the path and file name of the exported xml file (modifiable)
The select statement specifies the export table and fields
3.
Sqlplus-s username / password @ database name @ / path / xml_auto.sql
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.