摘要:
conn dayu/dayu create table test as select * from dba_objects; alter table test add constraint test_p primary key (object_id); create index test_name on test(object_name); ************** 常规写法 ***... 阅读全文
posted @ 2018-07-31 09:28
dayu.liu
阅读(261)
评论(0)
推荐(0)
摘要:
在数据库中,latch、mutex是比较常见的对象,理解起来也比较困难。 阅读全文
posted @ 2018-07-31 09:24
dayu.liu
阅读(553)
评论(0)
推荐(0)