Oracle Notes

From sheep
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
select * from dba_objects where object_name='UPPER_CASE_NAME';

note the object names are always upper case - object_type contains function/procedure etc.

date formatting

alter session set nls_date_format = 'DD/MM/YYYY HH24:MI:SS';

windows start up

Starting and stopping oracle on windows

oradim -shutdown -sid SID -shuttype srvc,inst -shutmode immediate
oradim -startup -sid SID -starttype srvc,inst