Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
I am writing an oracle package using Oracle sql developer, I got this compile error: Error(7,1): PLS-00103: Encountered the symbol "…
oracle plsql pls-00103When I try connecting to my database, I get the following error. ORA-00257:archiver error. Connect internal only until freed. …
oracle oracle9i ora-00257I have the next lines uncommented (in my php.ini): extension=php_oracle.dll extension=php_oci8.dll And I …
php oracle iis oracle-call-interface instantclientI have to use an SQL statement to drop a table, it will crash if the table doesn't exist. Is …
database oracle drop-tableI need a function in Oracle like this. When i giving a parameter a simple date. Then function should getting …
database oracle function date-arithmeticI created the following table CREATE TABLE PLACE( POSTCODE VARCHAR(10) PRIMARY KEY, STREET_NAME VARCHAR(10), COUNTY VARCHAR(10), CITY VARCHAR(10)); I …
oracle oracle10g oracle11g