adding some qs

This commit is contained in:
jsmith 2020-04-07 06:52:23 -05:00
parent c64dbf3e23
commit 8084b07fb4
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
--check to see if we still have values in UNDO.
SELECT * FROM <table> AS OF TIMESTAMP TO_TIMESTAMP('2020-03-05 15:00:00', 'YYYY-MM-DD HH24:MI:SS');

1
Oracle/service_name.sql Normal file
View File

@ -0,0 +1 @@
select value from v$parameter where name like '%service_name%';