Our development team does all of their development on their local machines, databases included.When we make changes to schema\'s we save the SQL to a file that is then sent to the version control syst
I have a table ID | COUNTRY | ORIGIN 1| INDIA| 2| SPAIN| 3|UK| I have c开发者_高级运维opy data from column Country to column ORIGIN.
I am trying to create Oracle PL/SQL procedures and execute them via Oracle JDBC (thin driver).Here is the full PL/SQL script:
Ok guys, we have a situation here in our project. We have an order which customer placed, and it gets split into multiple orders. We need to find out how many orders it got split into.
I am able to get a similiar function working in TSQL but I am a relative newb开发者_运维问答ie to PL/SQL, I\'m hopeing someone can explain to me why this function declaration will not compile.
I followed the example in Oracle tutorial how to invoke the web service. When I run it with开发者_开发问答
I have a dynamic sql : forall k in 1..Job_ID.COUNT Save exceptions EXECUTE IMMEDIATE \'insert into XYZ values(:1,:2,:3)\' using sequence_one.NextVal,job_id(k),Name(k);
How can i take a backup of all database objects(table schema, procedure, function) and store it in my windows file location every night. I\'m connecting using PL/SQL Developer to oracle server located
I have a situation where the site I maintain calls a plsql package/procedure (Oracle 11g). The procedure builds a string of dynamic sql using the parameters passed in (call the string \"v_select\"). A
How do I write a PL/SQL script that acceptsthe user input like in the following format? 1 : Output Customers