Console - LIST DATABASES

Displays all databases hosted on the current server. Note that this command requires you connect to the OrientDB Server.

Syntax

  1. LIST DATABASES

Example

  • Connect to the server:

    1. orientdb> CONNECT REMOTE:localhost admin admin_password
  • List the databases hosted on the server:

    1. orientdb {server=remote:localhost/}> LIST DATABASES
    2.  
    3. Found 4 databases:
    4.  
    5. * ESA (plocal)
    6. * Napster (plocal)
    7. * Homeland (plocal)
    8. * GratefulDeadConcerts (plocal)

For more information on other commands, see Console Commands.