mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[sql] Change session to xepdb1
This commit is contained in:
@ -308,4 +308,4 @@ module.exports = {
|
|||||||
getTableColumns,
|
getTableColumns,
|
||||||
upsert,
|
upsert,
|
||||||
insertChanges
|
insertChanges
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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.
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
|
|||||||
@ -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;
|
||||||
@ -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;
|
||||||
Reference in New Issue
Block a user