I want to know, can I compile oracle forms without using Oracle Form Builder? I mean is there any command for compile them without open the oracle form? I am using开发者_运维技巧 a batch file for com
I\'m installing Oracle on 64 bit CentOS in silent mode. After the installation, it says: WARNING:The following configuration
I want to check SID and current database name. I am using following query for checking oracle SID select instance from v$thread;
Conceptually, I\'d like to go like: build mypackagename; I know this doesn\'t exist, but that\'s the concept I am going for开发者_高级运维.Try:
I need some help in determining the problem with my connection from a perl file to a DB. The code runs and executes fine when it is run from the web (browser to /file.pl url).
I\'m using Visual Web Developer 2010 Express on my laptop to run some ASP.Net which is trying to access an Oracle database on another machine.
I have two types CREATE OR REPLACE TYPE my_record_type IS OBJECT ( namevarchar2(30) ) ; CREATE OR REPLACE TYPE my_table_type AS TABLE OF my_record_type
Oracle SQL Developer complains about next SQL though I can\'t seem to find the reason: IF to_number(to_char(sysdate, \'HH24\')) > 6 THEN
When I try to reorganize a tablespace with OEM 10g, I get an error in the 3rd step (option开发者_如何转开发s) saying : Invalid value for sort area size. The minimum value is 96 KB. My SGA management i
Is there a way I can reduce the impact of the \'ORDER BY lro_pid\' clause in the OVER portion of the inner query below?