Enter Keywords:
1 - 10 of 271(0.015 seconds)
Sort By:
 
I want to know if it's possible to evaluate (parsing) a query outside plsql (on a web page) and pass this querystring to a plsql code which contruct a cursor out of it.  On the web-page there are d...
Zones: OracleDate Answered: 07/17/2000 Rating: 6.2 Views: 0
Have a package that runs correctly on my PC / ORACLE 8.0 by the customer, working with ORACLE 8.1, i can start the package but every access to the DB returns value NULL. I see two possible t...
Zones: OracleDate Answered: 01/25/2001 Rating: 7.0 Views: 0
I create some tables which have the same columns. I think that it can increase query speed while the tablename is known. But I have trouble while I insert the data.How to execute a DML in PLSQL wh...
Zones: OracleDate Answered: 04/12/2002 Rating: 7.2 Views: 0
Hi Experts, I'm debating as to whether the following can be done in an SQL statement or if I need to write some PLSQL to achieve my result: I have 2 tables: Districts (A district can appea...
Zones: Oracle Product InfoDate Answered: 05/14/2003 Rating: 4.6 Views: 0
Hi all, I have a long running job that last for 9 days which is written by plsql (around 10 billion insert-update, no delete) The program is designed to be commited around 20000 insert-update...
Zones: OracleDate Answered: 06/23/2003 Rating: 8.0 Views: 0
How can I wrap this in an IF statement       alter table useroptions drop constraint FK_UserOptions_LastAssetSoryID So that it doesn't error if the constraint has already been dropped or doesn't e...
Zones: OracleDate Answered: 07/14/2005 Rating: 8.6 Views: 0
Hi All, I need to be able to write some plsql that will do the following: plsql procedure or function that traverses more than 1 csv file looping through the filenames in a directory. In anoth...
Zones: PL / SQL, Oracle, ...Date Answered: 01/22/2008 Rating: 6.4 Views: 16
Please help sdstuber What I mean by a generic csv reader is that when the PLSQL code is reading the data it might start of identifying that the first comma is at position 6 (meaning that the data ...
Zones: PL / SQL, OracleDate Answered: 01/24/2008 Rating: 7.0 Views: 53
Hi sdstuber, data file attached. Your code that you had given me for previous question: CREATE OR REPLACE PROCEDURE read_csv(     p_filename             IN   VARCHAR2,     p_ignore_headerlines...
Zones: PL / SQL, Oracle, ...Date Answered: 01/28/2008 Rating: 9.0 Views: 0
Hi All, I need to code in PLSQL a stored procedure that could do the following: Read a CSV File using PLSQL and using a db table that has the column definitions that are referencing the cols in...
Zones: PL / SQL, Oracle, ...Date Answered: 03/09/2008 Rating: 8.3 Views: 4