English 中文(简体)
OrientDB Tutorial

OrientDB Database Commands

OrientDB Record Commands

OrientDB Class Commands

OrientDB Cluster Commands

OrientDB Property Commands

OrientDB Vertex Commands

OrientDB Edge Commands

OrientDB Advanced Concepts

OrientDB Interfaces

OrientDB Useful Resources

Selected Reading

OrientDB - Release Database
  • 时间:2024-10-18

OrientDB - Release Database


Previous Page Next Page  

In this chapter, you can learn how to release the database from the freeze state through OrientDB command pne.

The following statement is the basic syntax of the Release database command.

RELEASE DATABASE

Note − You can use this command only after connecting to a particular database, which is in freeze state.

Example

In this example, we will use the same database named ‘demo’ that we created in the previous chapter. We will release the database that was freezed in the previous chapter.

You can use the following command to release the database.

Orientdb {db = demo}> RELEASE DATABASE

If it is successfully executed, you will get the following output.

Database  demo  was release successfully 
Advertisements