OrientDB – Freeze Database
Whenever you want to make the database state as static it means a state where the database didn’t respond to any of the read and write operations. Simply said, the…
Whenever you want to make the database state as static it means a state where the database didn’t respond to any of the read and write operations. Simply said, the…
This chapter explains how to get the list of all databases in an instance from the OrientDB command line. The following statement is the basic syntax of the info command.…
This chapter explains how to get information of a particular database from the OrientDB command line. The following statement is the basic syntax of the Info command. info Note − You…
This chapter explains how to disconnect to a particular database from the OrientDB command line. It closes the currently open database. The following statement is the basic syntax of the…
This chapter explains how to connect to a particular database from the OrientDB command line. It opens a database. The following statement is the basic syntax of the Connect command.…
As like RDBMS, OrientDB also supports restoring operation. Only from the console mode, you can execute this operation successfully. The following statement is the basic syntax for restoring operation. orientdb>…
Like RDBMS, OrientDB also supports the backup and restore operations. While executing the backup operation, it will take all files of the current database into a compressed zip format using…
Database is a one of the important data models with different attributes that you can modify as per your requirements. The following statement is the basic syntax of the Alter…
The SQL Reference of the OrientDB database provides several commands to create, alter, and drop databases. The following statement is a basic syntax of Create Database command. CREATE DATABASE <database-url>…
The OrientDB Console is a Java Application made to work against OrientDB databases and Server instances. There are several console modes that OrientDB supports. Interactive Mode This is the default…