I have a function that takes as one of it\'s arguments a VARRA开发者_如何转开发Y of pl/sql Objects. How do I execute this stored procedure and bind the resultset that it returns to a data grid in TOAD
Is there be a setting in Oracle 10g to 开发者_高级运维consider data as case insensitive?I saw a solution here.However, that is done on a session.What I am looking for is a setting either on a schema o
Using 开发者_Python百科the DUAL table, how can I get a list of numbers from 1 to 100?Your question is difficult to understand, but if you want to select the numbers from 1 to 100, then this should do
Sorry my English is bad. I hope you can get what I want. I have lots of *.sql files that I want to write a program to compile them and inform me if there is any issues (problems or mistakes).
I\'m attempting to develop an audit trail/tracking solutio开发者_开发技巧n for an existing database written in PLSQL/PHP - however I\'m still unsure as of yet on an easy (to implement and maintain) so
I\'ve written a PL/SQL procedure that would benefit if indexes were first disabled, then rebuilt upon completion. An existing thread suggests this approach:
Given a url pointing to a file hosted on the webserver, is it开发者_Python百科 possible to read the contents of that url into a clob?And if so, how?Here is a procedure which takes a URL and loads its
I am using a D2k 6i form and getting the error on form from stored database(oracle9i) procedure ORA-00001:Unique constraint(.) violated but i m not able to t开发者_StackOverflow中文版race out from whi
I\'m trying to clean up an accidental installation of LOG4PLSQL into the wrong (i.e., SYS) schema. There is a queue table called QTAB_LOG that needs to go away. I have successfully stopped and dropped
I\'d like to know what should be the SQL statement (for ORACLE DBMS) that would get back unique (by CUSTOMER_ID, VEHICLE_ID, DEA开发者_如何学CLER_ID and EVENT_TYPE_ID) rows BUT it will return the late