I am new to PLSQL and I have this huge plsql function which am trying to understand and am having hard time understanding the flow and so I would really appreciate if anyone can run me through the big
I have an Oracle database column, say col1,that has the following values: Col1 (A:B:C) I now need to开发者_运维知识库 come along and add to this Col1, only if it doesn’t exist, additional values b
I\'m working on a PL/SQL algorithm, with Oracle. I currently have a procedure which have one single numeric parameter. My procedure have to create a string which contains as much \'0\' as the paramet
I am trying to do something like this but am having trouble putting it into oracle coding. BEGIN IF ((SELECT complete_date FROM开发者_运维百科 task_table WHERE task_id = 1) IS NULL)
i need to join subqueries in oracle. This does not work i get a syntax error for the join operation select s1.key, s1.value, s2.value
If I execute a simple select statement in pl/sql developer against a database table, I get a standard set of 开发者_如何转开发results back as I would expect.
Does Oracle has something like sp_refreshview on SQL Server? Thanks in adva开发者_如何学Cnce, GoranIn Oracle there is an equivalent, but it\'s not necessary to use it. Here is an example:
In our SVN-Code Repository, I came across a package specification that -after removing a few lines- boils down to
Have a need for a sql query which will do cloning of Oracle user.开发者_开发百科 As source I have user which has all necessary privileges. I wonder if it is possible to create the same one, but with d
I want to mention that I\'m new using sql developer and I\'m trying to fill a temporary table with two values that are found in two variables, but i\'m not able to get it right. I\'m hoping that maybe