Skip to content

The Cloud Adoption Blog

Defining & driving Digital Transformations using Cloud Technologies & Innovations.

  • Home
  • Database
  • About
  • Demos
  • Scripts
  • APEX
  • Multi-Cloud
  • DevOps
The Cloud Adoption Blog

Category: Uncategorized

Common SQL commands on Oracle DB

select instance_name, con_id, version from v$instance;
select name, con_id, db_unique_name from v$database;
select dbid, con_id, name from v$pdbs;
alter session set container = CDB$ROOT; //You cannot run this command on ATP/ADW shared on Exadata (ADB is a pluggable database)
show parameter db_name;
Unknown's avatarAuthor LabanishPosted on September 12, 2020Categories UncategorizedLeave a comment on Common SQL commands on Oracle DB

Posts pagination

Previous page Page 1 Page 2

Recent Posts

  • How to Deploy Oracle Autonomous AI Database@Google on Google Cloud
  • Connect to a Cloud VM host using VS Code with a Remote SSH extension
  • Installing a Jupyter Notebook on a Compute instance running OEL8 on OCI
  • How to install a Jupyter notebook on a Mac book
  • Using OCI Generative AI to categorise email feedback and send responses

Categories

  • AI/Machine Learning
  • Cloud
  • Database
  • Demos
  • IaaS
  • multicloud
  • PaaS
  • Scripts
  • Uncategorized

Tags

  • bash
  • Cloud
  • git
  • github
  • linux
  • ngrok
  • oci
  • oracle
  • oracle-cloud
  • python
Labanish

Labanish

I am in the field of IT, currently working as a cloud architect. I have experience living and working abroad, spent some years in Romania, then relocated to the UK for work. In my spare time, you will find me biking or hiking, exploring new cities or watching my favorite sport, F1. The views expressed here are mine and do not associate to any organization. Laban.

View Full Profile →

Disclaimer

This blog reflects  my own thoughts and doesn’t reflect the thoughts of my employer.The opinions expressed by visitors on this blog are theirs, not mine.The information in this blog is written based on my personal experiences.

You are free to reuse the information on this blog but I am not responsible and will not compensate you if you ever happen to suffer a loss/inconvenience/damage because of/while making use of this information.

 

 

https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1041460158006040
  • Home
  • Database
  • About
  • Demos
  • Scripts
  • APEX
  • Multi-Cloud
  • DevOps
The Cloud Adoption Blog Create a website or blog at WordPress.com
Loading Comments...