Our Latest Blogs

ai generated, robot, data-8587591.jpg
SQL Macros (SQLM)
SQL Macros was initially introduced in 19C and have been continuing its way to new releases of Oracle and gaining some attention. They are coming for great usage for analysis and easy data transformation...
Oracle RMAN
RMAN - Introduction to Parameters
RMAN or Recovery Manager is database client which is used for tasks related to backup, restore and recovery. It can automate backup strategies as per requirements. Basic RMAN commands We can check...
system-error
ORA-09925: Unable to create audit trail file
Issue: When trying to login via SQLPLUS, getting ORA-09925 ERROR:ORA-09925: Unable to create audit trail fileLinux-x86_64 Error: 2: No such file or directoryAdditional information: 9925ORA-01075: you...
linux-image
Delete Files older than 'X' days in linux
Situation: We need to delete the files older than 30 days To delete the files in directory older than certain number of days (30 in this case) we can use find command in combination with rm. Command:...
1 2