Am I on Oracle RDS?
From: Nenad Noveljic <nenad.noveljic_at_gmail.com>
Date: Fri, 12 May 2023 10:07:27 +0200
Message-ID: <CAESzRbkKnckPAZyqJeW0zu3E1VBh7hA3opd0DknGihhDk3AhgQ_at_mail.gmail.com>
Is there anything else, besides V$INSTANCE.INSTANCE_NAME, that we can query to determine if we're connected to an RDS instance?
Date: Fri, 12 May 2023 10:07:27 +0200
Message-ID: <CAESzRbkKnckPAZyqJeW0zu3E1VBh7hA3opd0DknGihhDk3AhgQ_at_mail.gmail.com>
Is there anything else, besides V$INSTANCE.INSTANCE_NAME, that we can query to determine if we're connected to an RDS instance?
SQL> select instance_name from v$instance ;
INSTANCE_NAME
RDSCDB Best regards,
Nenad
--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 12 2023 - 10:07:27 CEST