Oracle is an RDBMS product.
I am using Oracle 10g and the following paradigm to get a page of 15 results as a time (so that …
sql oracle oracle10gI'd like to create ddl scripts for most of my database objects. dbms_metadata.get_ddl works for most of …
oracle oracle10g jobs ora-06512 dbms-metadataI'm trying to debug an oracle forms application. In production, when I load the application I get an error: java.…
java oracle internet-explorer oracle10g oracleformsOld approach for exporting/importing whole schema: exp user/pwdp@server FILE=export.dmp OWNER=user ROWS=Y imp newuser/…
import oracle10g impdpI have following data Table1 id col1 col2 col3 ---------------------------------- 1 abc 01/01/2012 - 1 abc 01/01/2012 A 2 abc 01/01/2012 - 2 abc 01/02/2012 - 3 abc 01/02/2012 - 3 …
sql oracle oracle10g dense-rank1/ How are privileges on synonyms and underlying objects related ? If one has rights on synonym, would he automatically has rights …
oracle oracle11g oracle10g privileges synonymI want to create a job that would drop a database object at a given date. The job created all …
oracle oracle10g dbms-schedulerI want to encrypt password column in the database and I am trying to use encrypt function present inside DBMS_…
database oracle oracle11g oracle10g database-administration