in this step there is no need to convert, if different, You need to convert the data to the character set used by the import session. As you can see, two character set conversions occur during the import of data into the database First: The import file character set and the import session used by the character set between the conversion, if the conversion process is not completed correctly, import to the target database of the importing process can not be completed.Second: Imports the transitio
of the database character set is actually the third part.
So the character set between the two databases as long as the third part of the same can be imported to export data, before the impact of only the hint information is Chinese or English.
Second, view the database character set
involves three aspects of the character set,
1. Oracel Server -side character set;
2. Oracle client-side character set;
3. DMP
Function: Oracle Data Import/Export imp/exp is equivalent to Oracle data restoration and backup.
In most cases, you can use ORACLE data import and export to back up and restore data (without causing data loss ).
Oracle has a benefit. Although your computer is not a server, you have installed an
convert, if different, You need to convert the data to the character set used by the import session. As you can see, two character set conversions occur during the import of data into the database First: The import file character set and the import session used by the character set between the conversion, if the conversion process is not completed correctly, import to the target database of the importing process can not be completed.Second: Imports the transition between the session character s
file character set and the import session used by the character set between the conversion, if the conversion process is not completed correctly, import to the target database of the importing process can not be completed.Second: Imports the transition between the session character set and the database character set.Four. View the database character setInvolves a three-part character set,1. Oracel server-side character set;2. The character set of the Oracle
Oracle commands imp and exp.
The basic format used by imp: imp [username [/password [@ service]
You can also use imp to perform step-by-step operations.
Let's take a look at the format of the two commands:
Basic syntax and example:1. EXP:There are three main methods (complete, user, table)1. Complete:Exp system/manager buffer = 64000 FILE = C: \ FULL. dmp full = YTo perform full export, you must have speci
. Zhs16gbkFrom the composition of Nls_lang we can see that the real impact of the database character set is actually the third part.So the character set between the two databases can import and export data to each other as long as the third part, the only thing that affects the message is the Chinese or English.Second, view the database character set This involves three aspects of the character set,One is the Oracel server-side character set;The second is the character set of the
Using expimp in plsql to export oracle Data to import Oracle data import and export impexp is equivalent to oracle data restoration and backup. The exp command can export data from the remote database server to the local dmp file, and the imp command can import the dmp file
Full Import and Export of databases in oracle: cmd command line mode Import and Export of Oracle Data imp/exp is equivalent to oracle data restoration and backup. The exp command can export data from the remote database server to the local dmp file, and the imp command can import the
I will share an article about how to import and export a large data volume using the impexp command over 10 Gb expdpimpdp. For more information, see.
I will share an article about how to import and export large data volumes. We have used the expdp/impdp command over 10 Gb Based on imp/exp commands. For more information, see.
I will share an article about how to import and export large data volumes. We have used the expdp/impdp command over 10 Gb Based on imp/exp commands. For more information,
;
Import and Export commands:Importing and exporting Oracle Data imp/exp is equivalent to restoring and backing up oracle data. The exp command can export data from the remote database server to the local dmp file, and the imp command can import the dmp file from the local to the distant database server. This function
;
1.3 execute Backup and Restore scripts
Data Pump backup EXPDP command, database restore IMPDP command, the following uses PARALLEL mode, PARALLEL parameter depends on the number of CPU and CPU threads, but this value is not recommended to be too large.
Note that the backup script should be executed in the same line, and there cannot be line breaks in the middle of the script.
1.3.1 back up the entire database of the TEST user
Note that you need to add the tns_name parameter. You
Recently, because the Oracle database backup problem is involved every day in the re-project, and the server runs remotely, it is very time-consuming to manually back up data every day, so I checked some information about Oracle database backup. I feel that I am not very clear about it in many places on the Internet. Here I will talk about Oracle's automatic backup.
The running environment of the server is
the character set between the two databases as long as the third part of the same can be imported to export data, before the impact of only the hint information is Chinese or English.
How to query Oracle's character set
Many people have encountered situations in which data import fails because of a different character set. This involves three aspects of the character set, one is the character set on the Oracel server, the other is the character set of the
different, you need to convert the data to the character set used in the import session. As you can see, two times character set conversion occurred during the import of data into the database
The first time: the conversion between the import file character set and the character set used by the import session, and if the conversion process does not complete correctly, import to the target database cannot be completed.Second time: Import transitions between the session character set and the dat
dump file. The default name is expdat. dmp.DUMPFILE = [directory_object:] file_name [,…]Directory_object is used to specify the DIRECTORY object name, And file_name is used to specify the dump file name. Note that if directory_object is not specified, the export tool automatically uses the DIRECTORY object specified by the DIRECTORY option.Expdp zftang/zftang @ zftang directory = dmp dumpfile = test1.dmp
S
Use the exp;impcommand to export and import racledata databases and execute them in the environment of the local or sqlplus.exe command. The exp command can export data from the remote database server to a local dmp file, and the imp command can import the dmp file from the local to a distant database server. The command line executes the Import and Export commands through the imp.exeand exp.exe programs un
Export commands:Importing and exporting Oracle Data imp/exp is equivalent to restoring and backing up ORACLE data. The exp command can export data from the remote database server to the local DMP file, and the IMP command can import the DMP file from the local to the distant database server. This function can be used
Importing and exporting Oracle Data impexp is equivalent to restoring and backing up oracle data. The exp command can export data from the remote database server to the local dmp file, and the imp command can import the dmp file from the local to the distant database server. This function can be used to build two ident
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.