Monday, April 21, 2025

export oracle environment shell script


What you can achieve ?

1. sqlplus / as sysdba
2. rman target /
3. expdp ...
4. impdp ...
5. srvctl 

Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...