Categories:

Fonctions système (Control)

SYSTEM$GDS_CREATE_DATABASE_FROM_LISTING

Mounts a database from a listing that is accessible from the current VPS account. Use the CALL to call this system stored procedure.

Calling this system stored procedure requires a role with the IMPORT SHARE and CREATE DATABASE privileges.

Syntax

CALL SYSTEM$GDS_CREATE_DATABASE_FROM_LISTING(
  '<db_name>',
  '<listing_id>'
  );
Copy

Arguments

db_name

Specifies the name of the database to mount the listing into.

listing_id

Specifies the ID of the listing shared with you.