create a tablespace in Navicat for Oracle
To create a tablespace in Navicat for Oracle, you can follow these steps:
- Open Navicat for Oracle and connect to your database.
- Select the database where you want to create a table space in the object explorer on the left.
- Right-click on the “tablespace” node and select “create tablespace”.
- Tablespace name: Enter the name of the tablespace to be created.
- Data file: Select the data file where you want to store the tablespace. You can choose an existing data file or create a new one.
- Initial size: refers to the initial size of the specified tablespace.
- Automatic increase: choose whether to allow the table space to increase automatically.
- Maximum Size: Specifies the maximum size of the table space.
- Storage parameters: Select storage parameters for the tablespace, such as block size and segment size.
- Click the “OK” button to create the tablespace.
After completing the above steps, Navicat for Oracle will create a new tablespace in the selected database. This tablespace can be used to create tables, indexes, and other objects.