Here is something I learned about a couple years ago involving the oraaccess.xml file.
Control fetch size with oraaccess.xml
www.pythian.com/blog/technic...
@perldba.bsky.social
Here is something I learned about a couple years ago involving the oraaccess.xml file.
Control fetch size with oraaccess.xml
www.pythian.com/blog/technic...
There are some American English words and phrases that have connotations for many Americans, while many others are unaware of any connotations.
In addition 'Ha', I would submit 'Thanks a lot'
To me, that is sarcastic, and is anything but 'Thanks'
Create a map of file and directory permissions found in oracle homes.
It didn't seem important to map log, trc, trm and aud extensions.
# cd /u01/app
# find app oradata | grep -vE '\.log$|\.aud$|\.tr[mc]$' | xargs stat -c '%n:%a:%U:%G:%F' | tee perm-map.log
#oracledatabase #oracle