Sponsored Links
how can export user tables structure only not data
how can export user tables structure only not data ?
A:you can use the rows=n parameter
Example
for a table
exp userid=scott/tiger tables=emp rows=n file=c:emp.dmp
for the user
exp userid=scott/tiger rows=n file=c:emp.dmp
Page 1
|
|