oracle-EM管理器

oracle自带的,web版的图形化操作界面

开启方式
1.启动服务OracleDBConsoleorcl

2.登录需要sys授权: grant select_catalog_role to scott;

访问方式
访问地址:https://localhost:1158/em

创建表
1.标准
2.临时 表的中间过程,存储于临时表中,用完自动删除
select * from emp order by sal ;
3.索引表

约束
可延迟:将所有约束校验,延迟到commit时进行。

标签“方案”(方案与用户一一对应,可以理解成用户)

posted @ 2022-07-19 12:47  姬雨晨  阅读(502)  评论(0编辑  收藏  举报