Create schemas for new prod
create tablespace DATA datafile '+ORA_DATA' size 100M autoextend on;
create user OWNER identified by **** default tablespace DATA temporary tablespace TEMP;
create user USER identified by **** default tablespace DATA temporary tablespace TEMP;
grant connect, resource to OWNER;
grant create view,create synonym to OWNER;
alter user OWNER quota unlimited on DATA;
grant connect to USER;
grant create synonym,create view to USER;
grant execute on DBMS_CRYPTO to OWNER;
grant execute on DBMS_CRYPTO to USER;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10973950/viewspace-1851669/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Object.create(..)和new(..)的內部實現Object
- java.lang.OutOfMemoryError- unable to create new native thread 問題排查JavaErrorthread
- SAP HANA Schemas 和 HDI ContainersAI
- Django REST framework API 指南(21):SchemasDjangoRESTFrameworkAPI
- Oracle Database 19c安裝Sample SchemasOracleDatabase
- spark大批量讀取Hbase時出現java.lang.OutOfMemoryError: unable to create new native threadSparkJavaErrorthread
- 從 ng build 支援的引數 --prod,談談 Angular workspace configurationUIAngular
- java.lang.OutOfMemoryError: unable to create new native thread問題排查以及當前系統最大程式數量JavaErrorthread
- create_singlethread_workqueue, create_workqueuethread
- new self()與new static()
- New
- JavaScript中的new map()和new set()使用詳細(new map()和new set()的區別)JavaScript
- 理解new和實現一個new
- Docker create命令Docker
- create-a-page
- create-a-document
- create index .. onlineIndex
- SQL__CREATESQL
- Object.create()Object
- a new blog
- in place new
- a new ideaIdea
- new learn
- PHP new self()和new static()的區別PHP
- How to Add a New Disk new partition in centos7CentOS
- new static ,new self ,self::, $this的一些理解
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- Create apps with Ribbon UIAPPUI
- openGauss lo_create
- create-a-blog-post
- Procedure to create Distribution model
- save() create()區別
- My New GoalGo
- D - New Friends
- New Year and Days
- new筆記筆記
- 手寫new
- 【轉】placement new
- new-Xadmin