can any one help me with import/export options in
oracle............
Answer Posted / pugal
The following examples demonstrate how imp/exp can be used:
exp scott/tiger file=emp.dmp log=emp.log
tables=emp rows=yes indexes=no
exp scott/tiger file=emp.dmp tables=(emp,dept)
imp scott/tiger file=emp.dmp full=yes
imp scott/tiger file=emp.dmp fromuser=scott
touser=scott tables=dept
exp userid=scott/tiger@orcl parfile=export.txt
... where export.txt contains:
BUFFER=100000
FILE=account.dmp
FULL=n
OWNER=scott
GRANTS=y
COMPRESS=y
NOTE: If you do not like command line utilities, you can
import and export data with the "Schema Manager" GUI that
ships with Oracle Enterprise Manager (OEM).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does facebook use oracle?
what are the advantages of running a database in archive log mode?
How to connect ms access to oracle servers?
What is varray?
How to get a list of all background sessions in the database?
What is program global area (pga) in oracle?
What is the maximum limit on the number of columns in a table?
What is raw datatype?
What are the advantages of oracle 12c?
Is rowid unique in oracle?
What is Reduced List of Values?
What is the exact use of Collections?
How to pass a parameter to a cursor in oracle?
How to experiment a data lock in oracle?
Why do we use bulk collect in oracle?