How to generate the excel format:
===================================
1. How to generate the excel format:
===================================
sql>set linesize 32000
sql>set pagesize 32000
sql>set head on
sql>set echo off
sql>set colsep','
sql>spool /tmp/output222.csv
sql>query
sql>spool off
: wc
Subscribe to:
Post Comments (Atom)
Oracle E-business suite logs clean up
Oracle E-business suite logs clean up #!/bin/bash cd $EBS_DOMAIN_HOME find $EBS_DOMAIN_HOME -type f -path "*/logs/*.log?*" -mtime...
-
FIND LOW LEVEL DEBUG ON E-BUSINESSS SUITE PRODUCTION DATABASES SHOULD NOT HAVE DEBUG ENABLED 1. Query to find if debug is enabled in EBS ...
-
All About Latches 1. What are Oracle latches? Latches are Oracle-internal low-level locks that protect the memory structures of the sy...
No comments:
Post a Comment