Disclaimer

Sunday, 18 October 2020

SQLPLUS Features 12.2 and 18c

SQLPLUS Features – 12.2 

History:-


MARKUP CSV on :-




SQLPLUS Features – 18c:

Set Feedback on SQL ID :-




Set Row Limit N :-


Set Linesize Window :-









No comments:

Post a Comment

Index rebuild online in Oracle - shell script

  [oracle@rac10p reorg]$ cat index_rebuild_EMP.sh #!/bin/ksh export ORACLE_HOME=/oracle/K12/19 export ORACLE_SID=K12 export PATH=$PATH:/$ORA...