当前位置:网站首页>Control file related views
Control file related views
2022-06-27 17:30:00 【Drunken Xiaobai】
dict
col comments format a100
select * from dict where table_name like '%CONTROL%';

v$parameter
col name format a50
col value format a50
select name, value from v$parameter where name like '%file%';

v$controlfile
col name format a50
select * from v$controlfile;

control_files
show parameter control_files

v$database
select CONTROLFILE_TYPE, CONTROLFILE_CREATED, CONTROLFILE_SEQUENCE#, CONTROLFILE_CHANGE#, CONTROLFILE_TIME from v$database;

V$CONTROLFILE_RECORD_SECTION
select * from V$CONTROLFILE_RECORD_SECTION;

边栏推荐
- Hospital reservation and registration system - system structure
- Delete duplicate elements in the sorting linked list
- d3dx9_ How to repair 38.dll? d3dx9_ 38. How to download a missing DLL?
- Autodesk NavisWorks 2022 software installation package download and installation tutorial
- Sword finger offer 22 The penultimate node in the linked list
- About MySQL: the phenomenon and background of the problem
- 2/15 topology sorting +dfs (the order of specified directions is very important) +bfs
- 【多线程】线程通信调度、等待集 wait() 、notify()
- Halcon: discrete digital OCR recognition
- Leetcode 46 Full Permutation
猜你喜欢

Yyds dry inventory solution sword finger offer: a path with a certain value in the binary tree (3)
![[Niuke's questions] nowcoder claims to have remembered all Fibonacci numbers between 1 and 100000. To test him, we gave him a random number N and asked him to say the nth Fibonacci number. If the nth](/img/70/fa79ba38e28c41ed28bce2ec73cd79.png)
[Niuke's questions] nowcoder claims to have remembered all Fibonacci numbers between 1 and 100000. To test him, we gave him a random number N and asked him to say the nth Fibonacci number. If the nth

LeetCode 124. Binary tree maximum path sum - binary tree series question 8

Oracle概念二

d3dx9_ What if 27.dll is lost? d3dx9_ How to repair 27.dll?

Oracle概念二

软件测试学习-黑马程序员,软件测试学习大纲

10 minutes to master the installation steps of MySQL

09 route guard authenticates URL

Determine the maximum number of specific words in a string
随机推荐
Handling method of occasional error reporting on overseas equipment
Performance problems caused by redis cache invalidation and competitive loading
C language set operation
关于#mysql#的问题:问题遇到的现象和发生背景
[qt learning notes]qt uses MFC compilation to generate DLL libraries. The problem that DLL cannot be loaded occurs on computers without programming environment
# Cesium实现卫星在轨绕行
Sliding window + monotone queue concept and example (p1886 Logu)
Extract field year / quarter effect based on date
The two trump brand products of Langjiu are resonating in Chengdu, continuously driving the consumption wave of bottled liquor
leetcode 142. Circular linked list II
锚文本大量丢失的问题
Repeatedly recognized by authoritative organizations! Smartbi was selected into the top three lists of high-tech and high growth enterprises
d3dx9_ How to repair 25.dll? d3dx9_ 25.dll where to download
Leetcode 704. Binary search
Oracle concept II
智慧风电 | 图扑软件数字孪生风机设备,3D 可视化智能运维
tensorflow求解泊松方程
Generate zip package command
A large number of missing anchor text
Software testing Basics - software testing history, process, classification, benefits, limitations