|
Browse by Tags
All Tags » ORACLE ( RSS)
-
|
Linc\EAE used profiles for their queries. Well the profile information is used by our migration tool to generate indexes. In Java is easy to intercept all SQL statements used by the translated application and analyze them. To analyse how a query...
|
-
|
When we migrate from LINC/EAE to Oracle, the migration tool generates an schema an tables form the original ISPECS. I came across with the problem that I had been playing around with a test database and I didn’t know who was the owner of the table. Well...
|
-
|
If you have to write stored procedures for oracle is important to notice which Java version is supported by your Oracle Database, A common technique is create a JAVA stored procedure for that: 1. Create a function with an ORACLE SQL statement like: CREATE...
|
-
|
If you have created any schedule jobs or you just need to see what jobs are available in a server you use the dba_jobs table. The following links provides more details about this view: http://www.praetoriate.com/data_dictionary/dd_dba_jobs.htm
|
|
|
|