create bigfile tablespace data;createuserdeploy_useridentified by"Password"default tablespace data;grantdba to deploy_user;grantunlimited tablespace to deploy_user;grantcreate session to deploy_user;grantconnect to deploy_user;CREATEUSERops_dataNO AUTHENTICATION DEFAULT TABLESPACE DATA;CREATEUSERops_data_api...
ORA-01552: cannot use system rollback segment for non-system tablespaceThis Error can only be Raised if UNDO_MANAGEMENT=manual , while executing any DML or DDL statements for tablespaces other than the SYSTEM tablespace.仅当UNDO_MANAGEMENT=manual时,对除SYSTEM表空间以外的表空间执行任何DML或DDL语句...