About 5,210,000 results
Open links in new tab
  1. Oracle: Show Databases - SQL*Plus - ShellHacks

    Aug 19, 2020 · Show Oracle "databases" (schemas/users) from the command-line using SQL*Plus. Get the current schema name. Switch to different schemas.

  2. How to see list of databases in Oracle?

    Oct 27, 2012 · MySQL has simply table->database. So maybe you are really searching for Oracle schema list (think: SQL namespaces for tables) or Oracle tablespace list (think: groups of OS …

    Missing:

    • Cmd

    Must include:

  3. How to display databases in Oracle 11g using SQL*Plus

    Jun 9, 2010 · On the other side, MySQL's show databases command prints what MySQL calls database aka schema (roughly what you get with SELECT USERNAME FROM DBA_USERS …

  4. How to Show a List of Databases in PL/SQL? - GeeksforGeeks

    Nov 5, 2024 · Listing all schemas in an Oracle Database can be a common requirement for database administrators and developers. PL/SQL doesn't have a direct command for this task …

  5. A Using SQL Command Line - Oracle

    SQL Command Line provides the DESCRIBE command to display a description of a database object. For example, the following displays the structure of the employees table.

  6. How to Show a List of Databases in SQL - Database Star

    Jun 2, 2023 · To show a list of databases in SQL you can use these commands: Let’s see them in more detail. Oracle has a different server-database model to SQL Server and MySQL, called …

  7. How to List All Databases in Oracle - Programming Language …

    So, to list all databases (or more accurately, all instances) on an Oracle server, you can follow these steps: Connect to the Oracle Server: Use a command-line tool like SQL*Plus or a …

    Missing:

    • Cmd

    Must include:

  8. Checking oracle sid and database name - Stack Overflow

    Oracle query command to check the SID (or instance name): Oracle query command to check database name (or server host): Att. Sergio Marcelo. Perfect. This is exactly what I wanted to …

  9. Step 3 - View the Databases and Database Homes Using the CLI - Oracle

    Go to the command line window. Use the odacli list-databases command to view your databases. Then use odacli describe-database to see the details for a specific database. Be sure to use …

  10. SQL - Show Databases - GeeksforGeeks

    Dec 20, 2024 · The SHOW DATABASES command is a universal SQL query that retrieves and lists all databases in the current DBMS accessible to the user. This eliminates the need to …

  11. Some results have been removed
Refresh