Versions in this module Expand all Collapse all v6 v6.0.1 Aug 10, 2025 v6.0.0 Aug 10, 2025 Changes in this version + func Close_pluggable_database_immediate(ctx context.Context, db *sql.DB, pdb_name string, instances_all bool) error + func Create_open_save_state_pdb_from_seed(ctx context.Context, db *sql.DB, admin_user string, admin_password string) (string, string, error) + func Create_pluggable_database_from_seed(ctx context.Context, db *sql.DB, pdb_name, admin_user, admin_password string) (string, error) + func Discard_pluggable_database_state(ctx context.Context, db *sql.DB, pdb_name string) error + func Drop_pluggable_database_including_datafiles(ctx context.Context, db *sql.DB, pdb_name string) error + func Ensure_connected_to_cdb_root(ctx context.Context, db *sql.DB) error + func Get_pdb_status(ctx context.Context, db *sql.DB, pdb_name string) (string, error) + func Get_pdbseed_datafile_directory(ctx context.Context, db *sql.DB) (string, error) + func Get_root_datafile_directory(ctx context.Context, db *sql.DB) (string, error) + func Get_saved_state_info(ctx context.Context, db *sql.DB, pdb_name string) (string, string, error) + func Get_user_sessions(ctx context.Context, db *sql.DB, pdb_name string) ([]user_session, error) + func Kill_user_sessions_in_pdb(ctx context.Context, db *sql.DB, pdb_name string) error + func Kill_user_sessions_in_pdb_until_gone(ctx context.Context, db *sql.DB, pdb_name string, max_attempts int, ...) error + func Open_pluggable_database_read_write(ctx context.Context, db *sql.DB, pdb_name string) error + func Save_pluggable_database_state(ctx context.Context, db *sql.DB, pdb_name string) error + func Teardown_drop_pdb(ctx context.Context, db *sql.DB, pdb_name string, instances_all bool, ...) error + func Verify_pdbseed_directory_matches_expected(ctx context.Context, db *sql.DB) error + func Verify_pluggable_database_dropped(ctx context.Context, db *sql.DB, pdb_name string) (bool, error) Other modules containing this package github.com/PeterCullenBurbery/go_functions_002/v5