How to show the connection string or SID from sql plus?
wyfwongMay 3 2008 — edited May 5 2008I logon two sessions of SQL Plus, one to the local Oracle 10g with host string "ORCL" and one to a shared Oracle 10g on another PC with host string "otherorcl"
Is there any SQL command that can show the host string of the SQL Plus session?
Thanks for any discussion.