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
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
How to grant create session privilege to a user in oracle?
What are the execution control statements?
What is blob data type in oracle?
How can we delete duplicate rows in a table?
What is enter substitution variable in oracle?
Why we use bulk collect in oracle?
What happens to the data files if a tablespace is dropped?
What is a schema in oracle?
What is an oracle transaction?
How to fetch the row which has the max value for a column?
What is ADDM Advisor in Oracle?
What is the difference between sharding and replication?
How do I find my oracle client driver version?
How to get the Installed Oracle Version Information ?