Tagged Questions

1
vote
2answers
39 views

delete on batch

I have a db table that has > 14M rows. If I attempt to perform: delete from table The connection hangs out. How can I delete all the rows, in "batchs" ( I guess ) so they a …
0
votes
2answers
23 views

send file in http (Upload from client store in server)

I am looking for a solution to upload multiple files from browser to server. As of now the HTML pages are written in oracle HTTP toolkit (using oracle mod_plsql on Windows NT). Ca …
0
votes
2answers
114 views

VBA/ADODB Run-Time Error: 3704

The following VBA subroutine will run most queries just fine. (ie: SELECT * FROM DUAL) Sub DisplayQuery(QueryString As String) Dim rs As New ADODB.Recordset Dim connStr As Str …
1
vote
9answers
217 views

Oracle Event Count Query

My SAMPLE table has the following five columns: sample_id (PK) (NUMBER) sampled_on (DATE) received_on (DATE) completed_on (DATE) authorized_on (DATE) I would like a query with o …
1
vote
2answers
35 views

Migrating data between 2 databases in Oracle 9i

Hi, I am new to Oracle. Since we have rewritten an earlier application , we have to migrate the data from the earlier database in Oracle 9i to a new database , also in 9i, with to …
0
votes
2answers
547 views

Problems importing SQL script from Oracle 9i to Oracle 10g express

I am currently running into a problem when trying to import an Oracle 9i SQL script into my local Oracle 10g Express database. I am trying to import the DDL from the 9i database to …
0
votes
2answers
65 views

Does this SQL statement needs to be refactored?

SELECT DISTINCT group_id , supplier_id , supplier_name , site_division_id , site_division_name FROM view_supplier_site WHERE supplier_id IN (SELECT DI …
0
votes
1answer
20 views

Altering Oracle sequence using result of expression

I have two variables MAX_TABLE_ID INTEGER; NEXT_TABLE_ID INTEGER; I'm reading values into these and then trying to alter a sequence based on them EXECUTE IMMEDIATE 'ALTER SEQ …
0
votes
1answer
36 views

stored procedure to transfer data from a table in one database to a table in another database in oracle

there are 2 databases A AND B. i want to transfer data from a table in A TO a table in B. i want to use cursor for this. the duplicate datas when transferring should go to a table …
0
votes
1answer
93 views

SQL Server 2008 Linked server to Oracle 9i

I found: http://stackoverflow.com/questions/307636/how-do-you-setup-a-linked-server-to-an-oracle-database-on-sql-2000-2005 The DSN tested successfully but after using the stored …
-1
votes
2answers
72 views

plsql oracle parent child

I have a parent-child relationship in an Oracle 9i database-table like: parent | child 1 | 2 2 | 3 2 | 4 null | 1 1 | 8 I have an absolute parent (e.g …
0
votes
3answers
194 views

What is the best layer to use to format Currency numbers?

I use Javascript on frontend, C# as middle layer and Oracle 9i as DB. What is the best practice when formatting numbers with 2 decimal precision into a currency? And what layers s …
0
votes
1answer
66 views

How to run REPLACE function in Oracle9i with strings larger than 4000 characters

I have the following block of PLSQL that succeeds when ln_length is 4000 characters or less but fails with "ORA-01460: unimplemented or unreasonable conversion requested" when ln_l …
0
votes
2answers
142 views

Oracle: Find previous record for a ranked list of forecasts

Hi I am faced with a difficult problem: I have a table (oracle 9i) of weather forecasts (many 100's of millions of records in size.) whose makeup looks like this: stationid f …
2
votes
6answers
438 views

How do I do a manual uninstall of Oracle?

Sometimes my Oracle database on Windows gets hosed. How do I do a manual uninstall of Oracle?

1 2 next
15 30 50 per page