SQLPlus dump to flat file
Example of sqlplus script to dump tables to flat file
Example of sqlplus script to dump tables to flat file
Question: How to connect to sqlplus? Answer: Launch cmd window and enter: sqlplus user/password@server Question: How do I execute a SQL script file in SQLPlus? Answer: To execute a script file in SQLPlus, type @ and then the file name. …