using comand prompt how can import table data and table
space with example
Answer Posted / pradeep
imp command can be used for both table data and table space
import. Add one parameter for table data import (tables=
TABLE_NAME1,TABLE_NAME2).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use ddl commands in pl sql?
What are secondary keys?
Is sqlite thread safe?
Is sql sequential or random?
What is pl sql record in oracle?
What is set serveroutput on?
What is package in pl sql with an examples?
Is left join and outer join same?
What is sql performance tuning?
What is the difference between partition and index?
Which sql statement is used to delete data from a database?
What is the usage of nvl function?
what is a constraint? : Sql dba
When to use inner join and left join?
what is the difference between truncate and drop statements? : Sql dba