I have a开发者_StackOverflow中文版 database table that has >14 million rows. If I attempt to perform:
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).
I have this database which contains a varchar. I want to know which records holds numeric values. I tried REGEXP_COUNT and other but I\'m running on 9i and I think this is for 10g >
The following VBA subroutine will run most queries just fine. (ie: SELECT * FROM DUAL) Sub DisplayQuery(QueryString As String)
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
My SAMPLE table has the following five columns: sample_id (PK) (NUMBER) sampled_on (DATE) received_on (DATE)
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_length is > 4000 ch