sqlplus username/password@connect_identifier
spool output.log
select * from users;
spool off;
--disable escape parameter
SET DEFINE OFF
Check language setting for Oracle
select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
Oracle SQL Developer Tools for Visual Studio 2013 - MSI Installer
http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html
1.Remeber to commit after execute the scripts
No comments:
Post a Comment