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
How many categories of data types in oracle?
How to get maxsal , minsal, ename department wise in single query
What is the difference between sharding and replication?
what is the use of system.effective.date variable in oracle?
How to create a table in a specific tablespace?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
how can we store any pdf file in oracle
what is the difference between data migration and production migration.
Explain the difference between a procedure and a function? What do you understand by those terms?
What is the difference between count (*), count (expression), count (distinct expression)?
Give the constructs of a package, function or a procedure.
Can multiple columns be used in group by in oracle?
What are the original export and import utilities?
How to bring a tablespace offline?
What happens to the current transaction if the session is ended?