Advertisement

1 - 10 of 234 containing alltags:("immediately") (0 seconds)
Shutdown Immediate will not complete if there are any users logged in the the database with the DBA role.   Someone once told me that and I believed them.  Testing has shown this to be a false s...
Zones: OracleDate Answered: 05/06/2002 Grade: B Views: 12
How do you code a simple immediate redirect from one page to another>
Zones: HTMLDate Answered: 11/09/2003 Grade: A Views: 0
I still haven't worked out how to do this.  Anyone know? Thanks.
Zones: ProgrammingDate Answered: 12/09/2003 Grade: A Views: 0
Hi, Requirement :   Use bind variables to better performance of a query.   The query would return multiple rows with multiple     columns. Approach :   Use PL/SQL's EXECUTE IMMEDIATE dyna...
Zones: OracleDate Answered: 04/27/2002 Grade: A Views: 0
Dual boot Win 98SE/Win 2K Pro system. Tried to install 80 GB disk but Award v 4.51 Bios won't permit > 33.8 GB. Seagate DDO program used.  Removed 80 GB disk but now when I logon I get message that...
Zones: Windows 2000Date Answered: 07/24/2003 Grade: A Views: 0
Sheesh, this new Debug class and its Listeners confusion...how the heck do I just write output to my good old Immediate window...or the just-as-handy equivalent of an Immediate window?
Zones: .NETDate Answered: 07/19/2002 Grade: A Views: 0
Im having problems with the following statement in 8.0.5 v_seq := 'SEQ_TAPNBR_'||(v_yr); v_seq := v_seq ||'.NEXTVAL'; EXECUTE IMMEDIATE 'select '||v_seq||' from dual' into v_num; this works...
Zones: OracleDate Answered: 09/27/2003 Grade: A Views: 0
I basically want to be able re-direct the output of the VB immediate window to a file (probably with a add-in). Does anyone know how to read the contents of the immediate window +/- how to detec...
Zones: Visual BasicDate Answered: 12/22/2002 Grade: A Views: 0
In my trigger I want to run: DBMS_HS_PASSTHROUGH.EXECUTE_IMMEDIATE@test(the_query);  ("the_query" is a variable) I get the error PLS-00221: 'EXECUTE_IMMEDIATE' is not a procedure or is undefine...
Zones: OracleDate Answered: 06/18/2003 Grade: A Views: 0
Hi,   I have the following script in a proc. I am not able to exec the sting using execute immediate..  >>>>>>>>>>    for v_count 1..8  loop    V_COMMAND := ' WSP_INS_UPD_FORM2(V'||V_COUN...
Zones: DatabasesDate Answered: 08/25/2003 Grade: C Views: 4