thesuhu

SQL*Plus

Aug 22nd, 2021 (edited)
1,098
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # konek sys dari remote
  2. sqlplus sys/[password sys]@[host]:[port]/[sid] AS sysdba
  3. sqlplus someuser/somepassword@10.10.10.21:1000/orclpdb1
  4. # jika gagal pastikan remote login EXCLUSIVE
  5. show parameter remote_login_passwordfile
  6.  
Add Comment
Please, Sign In to add comment