In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Query database language and character set
Select userenv ('language') from dual
Select * from nls_database_parameters # server
Select * from nls_instance_parameters # client
Select * from nls_session_parameters # session
View dump file export information
Strings bak20190315.dmp | head-10
Strings bak20190315.dmp | grep "CREATE TABLE" | awk'{print $3}'| sed's / "/ / g'# table
Cat exp.dmp | od-x | head-1 | awk'{print $2 $3}'| cut-c 3-6 # View character set codes
Select nls_charset_name (to_number ('0354)) from dual; # code conversion to name
Create user note identified by luoluo; # user Authorization
Grant connect,resource to note
Select name from vault datafile; # query the data file path
Create tablespace note datafile='/u01/app/oracle/oradata/orcl/note01.dbf' size 31G; # create a new tablespace
Alter tablespace note add datafile='/u01/app/oracle/oradata/orcl/note02.dbf' size 31G
Alter tablespace note add datafile='/u01/app/oracle/oradata/orcl/note03.dbf' size 31G
Alter tablespace note add datafile='/u01/app/oracle/oradata/orcl/note04.dbf' size 31G
Alter user note default tabspace note; # modify user default tablespace
Imp system/ORACLE12C file=/mnt/data/bak20190315.dmp FROMUSER=NOTE
Reference link
Https://www.cnblogs.com/lipera/p/6201434.html
Https://www.cnblogs.com/lhrbest/p/6832707.html
Https://www.cnblogs.com/rootq/articles/2049324.html
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.