Search notes:

orahome.bat / orahome.ps1

orahome comes as batch file and PowerShell script that simply changes the directory to the Oracle Home directory.

orahome.bat

@cd %ORACLE_HOME%
Github repository scripts-and-utilities, path: /orahome.bat

orahome.ps1

if ($env:ORACLE_HOME -eq $null) {
   write-host 'Environment variable ORACLE_HOME is not set'
   return
}

cd $env:ORACLE_HOME
Github repository scripts-and-utilities, path: /orahome.ps1

See also

Other scripts

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759390565, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/tools/scripts/personal/orahome(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78