If you need more help you can also check out <a href="http://asktom.oracle.com">asktom.oracle.com</a>.&nbsp; Tom Kyte is one of the best, if not THE best, Oracle guru out there.&nbsp; He answers all questions with examples and proofs.&nbsp; It's not too often that I can't find an answer to my question already out there.
<br><br>-Pete<br><br><div><span class="gmail_quote">On 10/12/06, <b class="gmail_sendername">Greg Siems</b> &lt;<a href="mailto:Gregory.Siems@state.mn.us">Gregory.Siems@state.mn.us</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nice. That sounds even better than trying to wrangle the dbms_metadata<br>package (which doesn't seem to work quite right in 9i*-- It's supposed<br>to be fixed in 10g).<br><br>I'll have to try that out.<br><br>--greg<br><br>
* It insists on wrapping at column 80 in sqlplus and 'set line size xxx'<br>has absolutely no effect.<br><br><br>On Thu, 2006-10-12 at 09:22 -0500, John Meier wrote:<br>&gt; On 10/11/06, Peter Chase &lt;<a href="mailto:peter.chase@gmail.com">
peter.chase@gmail.com</a>&gt; wrote:<br>&gt; &gt; There is imp and exp you can use.&nbsp;&nbsp;Run &quot;exp -help&quot; and &quot;imp -help&quot; for the options.&nbsp;&nbsp;The output from the command is a binary file, however if you need to pull just the structure out you can with run &quot;exp file= 
file.dmp indexfile=outfile.sql&quot;.&nbsp;&nbsp;A quick example of doing an export and importing it to a different schema:<br>&gt; &gt;<br>&gt; &gt; exp username/password owner=schema1 file=data.dmp<br>&gt; &gt; imp username/password fromuser=schema1 touser=schema2 file= 
data.dmp<br>&gt;<br>&gt;<br>&gt; Used to do a bunch of oracle dba stuff years back and had to ask a<br>&gt; friend about this one - I can remember doing somehting like this, but<br>&gt; old age has taken those memories...&nbsp;&nbsp;My friend reminded me of this:
<br>&gt;<br>&gt; Run an import&nbsp;&nbsp;w/ SHOW=Y &amp; LOG=&lt;filename&gt;&nbsp;&nbsp;Instead of actually having<br>&gt; it import&nbsp;&nbsp;dmp file, it'll display what it &quot;would&quot; import...therefore<br>&gt; showing you all the&nbsp;&nbsp;DDL.<br>
&gt;<br>&gt; Thought it might help.<br>&gt;<br>&gt;<br>&gt; &gt; The username I typically use is one with the DBA role.<br>&gt; &gt;<br>&gt; &gt; The other option to exp that I'll use:<br>&gt; &gt;<br>&gt; &gt; direct=y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This will bypass much of the undo that Oracle needs to write out when importing the data back in.&nbsp;&nbsp;This means fewer log switches, and faster imports.
<br>&gt; &gt; consistent=y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you are doing an active schema this will make sure all the data is consistent from the time you started the import.&nbsp;&nbsp;(The wonders of read consistency).<br>&gt; &gt;<br>&gt; &gt; Hope this helps.
<br>&gt; &gt;<br>&gt; &gt; -Pete<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 10/11/06, Damien DeZurik &lt;<a href="mailto:ddezurik@yahoo.com">ddezurik@yahoo.com</a>&gt; wrote:<br>&gt; &gt; &gt;&nbsp;&nbsp;Hi, I hope this isn't too off topic but is regarding
<br>&gt; &gt; &gt; Oracle on a Linux platform ...<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I am looking for the equivalent of mysqldump to run on<br>&gt; &gt; &gt; an Oracle 9i database.&nbsp;&nbsp;But there is more.&nbsp;&nbsp;It needs<br>&gt; &gt; &gt; to be an oracle product or Toad (for QA purposes).&nbsp;&nbsp;I
<br>&gt; &gt; &gt; need to dump a text script of an entire Oracle 9i<br>&gt; &gt; &gt; database with all table structure, views, triggers,<br>&gt; &gt; &gt; packages, functions, procedures, sequences, etc ...<br>&gt; &gt; &gt; all of it but here is the kicker.&nbsp;&nbsp;It needs to be
<br>&gt; &gt; &gt; schema independent.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; So, instead of:<br>&gt; &gt; &gt; CREATE OR REPLACE TRIGGER myschema.update_audit_row<br>&gt; &gt; &gt; ...<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; It needs to dump:
<br>&gt; &gt; &gt; CREATE OR REPLACE TRIGGER update_audit_row ...<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Is this even possible? Is there something I am<br>&gt; &gt; &gt; missing?&nbsp;&nbsp;Can Sql*Plus do this for me?<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; I already tried using TOAD to dump the data as a<br>&gt; &gt; &gt; script and it was almost perfect except using Export<br>&gt; &gt; &gt; Source Code prepends the schema name all over the<br>&gt; &gt; &gt; place and I can't seem to figure out how to make it
<br>&gt; &gt; &gt;&nbsp;&nbsp;not do that.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I could also just use Toad and then use sed or similar<br>&gt; &gt; &gt; to strip out all the references to schema after the<br>&gt; &gt; &gt; dump is created but this won't fly (QA again). The
<br>&gt; &gt; &gt; generated script must be run with out modification.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; So, anyone know of an oracle tool like:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; OraOnLinux $&gt; oradump --no-schema --no-data &gt;
<br>&gt; &gt; &gt; fullDatabaseCopy.txt<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Any help is appreciated,<br>&gt; &gt; &gt; Thanks!<br>&gt; &gt; &gt; Damien<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>&gt; &gt; &gt; <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>&gt; &gt; &gt; <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">
http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<br>&gt; &gt; <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>&gt; &gt; <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a>
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>&gt; <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org
</a><br>&gt; <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br><br><br>_______________________________________________<br>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<br><a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br><a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br></blockquote></div>
<br>