摘要:
--恢复整个数据库 run { shutdown immediate; startup mount; restore database; recover database; alter database open;} --恢复表空间users run {sql 'alter tablespace u 阅读全文
posted @ 2020-06-21 17:35
beawh
阅读(193)
评论(0)
推荐(0)
摘要:
For 10.3.x and 12.1.1, it is a limitation of the BSU utility to determine the cumulative design of PSUs. Beginning with 12.1.2, the OPatch utility is 阅读全文
posted @ 2020-06-21 17:21
beawh
阅读(167)
评论(0)
推荐(0)
摘要:
./createuser --interactive iomsx;Shall the new role be a superuser? (y/n) nShall the new role be allowed to create databases? (y/n) nShall the new rol 阅读全文
posted @ 2020-06-21 17:17
beawh
阅读(656)
评论(0)
推荐(0)
摘要:
mysql> SELECT t.table_schema, t.table_name FROM information_schema.tables t LEFT JOIN information_schema.columns c ON t.table_schema = c.table_schema 阅读全文
posted @ 2020-06-21 16:18
beawh
阅读(1342)
评论(0)
推荐(0)

浙公网安备 33010602011771号