The Vision Must Be Followed By The Venture
November 22nd, 2017, posted in Art, COMiCS, WORKiNG iN GRAPHiCSThe vision must be followed by the venture.
Disable Auditing In A 11G Database
November 18th, 2017, posted in Oracle QueriesIn a RAC Database :
SQL> ALTER SYSTEM SET audit_trail=NONE SCOPE=spfile sid='*'; System altered. SQL>
Note : Restart the database to have the change take affect, or do a rolling restart, one instance at a time.
In a Single Instance Database :
SQL> ALTER SYSTEM SET audit_trail=NONE SCOPE=spfile ; System altered. SQL>
Note : Restart the database to have the change take affect.





