can any one help me with import/export options in
oracle............
Answer / 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 |
Is oracle a relational database?
how can we write trigger in trigger???????? can we write one trigger on two table???
What is SQL Tuning Advisor in Oracle?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
What are the differences between lov and list item?
Why do we need oracle client?
What is save point in oracle database?
What happens if you set the sga too low in oracle?
What are the commands youd issue to show the explain plan for select
How to call a trigger inside a stored procedure?Give an example.
What is difference between truncate and delete?
What are the types of partitions in oracle?