I\'m trying to schedule a job in oracle 10gbut it says: ORA-01846: not a valid day of the week. Heres my code:
I\'m working with an Oracle 10g database, and I want to extract a group of records from one table, and then use that for pulling records out of a bunch of related tables.
Using PHP, I\'m trying to download a 开发者_Go百科blob file that has already been uploaded to an Oracle 10g database. I\'ve seen and imitated numerous examples I\'ve found. When I access the page a Fi
I have installed jdk1.6.0_21 and sqldeveloper(using alien) on debian(lenny). Now when I run sqldeveloper it asks for J2SE installation path, after I type the jdk path it exits with the below error mes
I am trying to import into oracle using imp command and the output of the command is as below. invincible:/home/invincible# imp
I\'m new in oracle and i don\'t know what is wrong with this trigger: CREATE OR REPLACE TRIGGER\"propuesta_casas\"
I currently have two tables that look something like this: Table 1 Id | AddressNumber | AddressStreet | AddressZip
Is there an equivalent command line tool in Orac开发者_如何学Gole like the SQL Server sqlcmd.exe?Try SQL*Plus
We just recently moved our DB from 9i to 10G (Yes..better late than never and No - moving to 11g is currently not an option :-))
I have a method void SaveApplication开发者_JAVA技巧Data() { begin transaction update insert commit transaction