简体   繁体   中英

On Oracle Apex, is it possible to create multiple Database Schema's on the same Workspace using the free version

Using the free package on Oracle Apex (Oracle Application Express), using the online version (not on-premises)

https://apex.oracle.com/

Is it possible to create multiple database schema's in a database? This is for the FREE online version.

For example, create a table called [finance].[t_users] , where the schema is called [finance] .

According to the documentation , this is possible but maybe the free version does not allow this ?

Multiple schemas are essential as the database grows, requiring a separation of logical namespaces via schemas.

Yes, You can create another schema under the same workspace by raising a Service Request.

在此处输入图片说明

Provide the schema name and submit the request.

在此处输入图片说明 Once approved you can see multiple schema's under the Same workspace. Something like below.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM