alter database
- flashbackup {on|off}--mount--是否打开database的数据库闪回功能
- {begin|end}backup----是否打开database的备份模式
- {mount|open}--started、nomount--数据库的加载模式:mounted、open
- open {read only|read write}--started、nomount、mount--数据库的打开模式:只读、读写。对于standby 为read only ,primary为read write
- open {read only|read write}{resetlogs|noresetlogs}--started、nomount、mount--数据库的打开时是否重置online redo file
- set default {samllfile|bigfile} tablespace ----数据库默认的文件类型:bigfile、smallfile
- default tablespace tbs ----数据库默认的永久表空间
- default temporary tablespace {temptbs|temptbs group} ----数据库默认的临时表空间
- rename global_name to db_global_name ----数据库的global_name
- {enable|disable} block change tracking ----数据库是否打开 块 变化 跟踪
- set time_zone = { {+|-} hh:mi | time_zone_region} ----设置数据库的默认时区。必须重启数据库才能起作用
- guard {none|standby|all} ----设置数据库的安全级别。可以被alte session改变
- {archivelog|noarchivelog} --mount--设置数据库的是否归档
- {no force|force} logging --mount--设置数据是否处于force logging模式
- tablespace、file操作
- recover操作
- stanby操作