Skip to content

Commit

Permalink
update 21 to 23 for 23c
Browse files Browse the repository at this point in the history
  • Loading branch information
jkstill committed Oct 9, 2023
1 parent 8b5bf43 commit a41c478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/showdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ begin
elsif version = 9 or version = 1 then -- this likely will no longer work due to changing substr from 1 to 2 characters
sqlcmd := 'select to_char(startup_time,' || '''' || 'mm/dd/yyyy hh24:mi:ss' || '''' || ') into :start_date from v$instance';
null;
elsif version between 10 and 21 then -- this likely will no longer work due to changing substr from 1 to 2 characters
elsif version between 10 and 23 then -- this likely will no longer work due to changing substr from 1 to 2 characters
sqlcmd := 'select to_char(startup_time,' || '''' || 'mm/dd/yyyy hh24:mi:ss' || '''' || ') into :start_date from v$instance';
null;
end if;
Expand Down

0 comments on commit a41c478

Please sign in to comment.