Monday, October 13, 2025
Minimalistic Oracle: How to delete all lines above and below the curren...
Minimalistic Oracle: How to delete all lines above and below the curren...: In vi (or vim), you can delete all lines above the current line with this one simple command: :1,.−1d To delete all rows above the current...
Minimalistic Oracle: Convert all contents in a file to lower case using...
Minimalistic Oracle: Convert all contents in a file to lower case using...: Open your file in vi vi myfile Press the escape key to enter interactive mode, then type :%s/.*/\L&/ Press escape, then save + exit ...
Subscribe to:
Comments (Atom)
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic...
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic... : One of the questions I often get from customers is ...
-
Minimalistic Oracle: How to detach an ORACLE_HOME to an existing inventory : I want to detach an existing oracle_home from my inventory. No...
-
Bryan's Oracle Blog: Oracle Database Encryption (TDE) : Oracle TDE (Transparent Data Encryption) is a critical piece of data protection,...
-
To see EXADATA machine information of OCI cloud, follow below method. 1) Log in to EXACS/EXACC compute (db server) node with ROOT user. 2)...