4 Create a Graph User

Working with Graphs in Graph Studio, requires users with granted roles.

You can create Graph users with the correct set of roles and privileges using Oracle Database Actions.

Before you begin:
  • Sign in to the OCI console using your Oracle Cloud credentials and navigate to your Oracle Autonomous Database instance.
  • Access Database Actions from the Oracle Cloud Infrastructure Console as the ADMIN user. See Access Database Actions as ADMIN for more information.

You can then perform the following steps to create a graph user:

  1. Click Database Users in the Launchpad page under the Administration group.
  2. Click Create User on the Database Users page, in the All Users area.
  3. Enter User Name , Password and enter the password again to confirm the password.
  4. Switch on the Graph toggle to create a graph-enabled user.
    The GRAPH_DEVELOPER role gets automatically assigned to the user.
  5. Switch on the Web Access toggle to provide the new user access to Database Actions in Autonomous Database.

    Note:

    You must provide Web Access to the new graph user in order to perform any of the following Database Actions:

    • Run SQL statements or queries in the SQL worksheet
    • Load and access data from local files
  6. Enter your desired Quota on tablespace DATA.
  7. Click Create User.
    This creates a new user.

    See Lab 1 of the LiveLabs workshop for an example.