So easy and I didn’t know...
select VIEW_NAME, TEXT
from all_views
where
VIEW_NAME = 'MYVIEW'
So easy and I didn’t know...
select VIEW_NAME, TEXT
from all_views
where
VIEW_NAME = 'MYVIEW'
Page has versions of Crystal Reports from v. 9.1 to 13.x for download.
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567
ALTER TABLE <TABLE_NAME> RENAME COLUMN <CURRENT_COLUMN_NAME> TO<NEW_COLUMN_NAME>;
Syntax: TO_DATE (date, format)
Example: TO_DATE('11/11/2010 13:00:00', 'dd/MM/YYYY HH24:MI:SS') - in this case for 24 hours. For 12 hours, you should also specify AM or PM.
Find out more in this website (another one that I hope lasts forever) - http://www.techonthenet.com/oracle/functions/to_date.php
Simple, simple (I took too much time trying to find this string)…
jdbc:oracle:thin:[user/password]@//[host][:port]/SID