what is the use of EXP command ?
Answers were Sorted based on User's Feedback
Answer / charu
EXP command is a utility used for transferring the
structure /the data/indexes/statistics/tables/tablepaces
from a database.
More info can be got from exp help=y
Example Command is
exp username/password file=/absolutepath/ex.dmp tables=
(t1,t2,t3) statistics=none rows=y
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
EXP command stands for EXPORT.This is used to transfer data
from one database to another database.To check all the
options in your system go to Start->run-><<type>> cmd----
>enter
<<type>>exp ---------->enter
Is This Answer Correct ? | 1 Yes | 5 No |
how Data is stored in a file so that Direct Searching can be performed
What do you mean by durability in dbms?
What is difference between a DIALOG WINDOW and a DOCUMENT WINDOW ?
What integrity rules exist in the dbms?
What is rdbms architecture?
What is database or database management systems (dbms)? And what's the difference between file and database? Can files qualify as a database?
Why rdbms is not suitable for big data?
What is dbms and its functions?
Explain 5nf?
What is drivermanager getconnection?
What are the differences between a dbms and rdbms?
what are primary key and foreign key ?