[sql] Change session to xepdb1

This commit is contained in:
Sergey Konovalov
2023-08-09 19:06:09 +03:00
parent e90826dcc3
commit 7ab7a95ba6
4 changed files with 4 additions and 4 deletions

View File

@ -308,4 +308,4 @@ module.exports = {
getTableColumns, getTableColumns,
upsert, upsert,
insertChanges insertChanges
} }

View File

@ -1,6 +1,6 @@
-- You must be logged in as SYS(sysdba) user. -- You must be logged in as SYS(sysdba) user.
-- Here, "onlyoffice" is a PBD(service) name. -- Here, "onlyoffice" is a PBD(service) name.
alter session set container = onlyoffice; alter session set container = xepdb1;
-- In tables creation section "onlyoffice" is a user name. -- In tables creation section "onlyoffice" is a user name.
-- ---------------------------- -- ----------------------------

View File

@ -1,5 +1,5 @@
-- You must be logged in as SYS(sysdba) user. -- You must be logged in as SYS(sysdba) user.
-- Here, "onlyoffice" is a PBD(service) name. -- Here, "onlyoffice" is a PBD(service) name.
alter session set container = onlyoffice; alter session set container = xepdb1;
DROP USER onlyoffice CASCADE; DROP USER onlyoffice CASCADE;

View File

@ -1,6 +1,6 @@
-- You must be logged in as SYS(sysdba) user. -- You must be logged in as SYS(sysdba) user.
-- Here, "onlyoffice" is a PBD(service) name. -- Here, "onlyoffice" is a PBD(service) name.
alter session set container = onlyoffice; alter session set container = xepdb1;
DROP TABLE onlyoffice.doc_changes CASCADE CONSTRAINTS PURGE; DROP TABLE onlyoffice.doc_changes CASCADE CONSTRAINTS PURGE;
DROP TABLE onlyoffice.task_result CASCADE CONSTRAINTS PURGE; DROP TABLE onlyoffice.task_result CASCADE CONSTRAINTS PURGE;