Enable DDL logging in Oracle 12c
We need to enable DDL logging sometimes to track all DDL operations performed in database level. Step 1:-Please set […]
We need to enable DDL logging sometimes to track all DDL operations performed in database level. Step 1:-Please set […]
Oracle Database Audit using SYSLOG to capture Oracle Database can be configured to log events into a database table, XML
SQL> CONN SYS/SYS AS SYSDBA Connected. SQL> set serveroutput on SQL> SQL> set linesize 121 SQL> SQL> DECLARE l_credit_card_no VARCHAR2(19)
MANAGING SECURITY Managing Profiles 1.Creating profile and Granting it to user CONN sys/password AS SYSDBA CREATE PROFILE my_profile LIMIT