My PHP code: My procedure Error I am proving correct number of argument so what seems to be wrong here? Answer You are providing the correct number of arguments, but not necessarily the correct type of arguments. You might need to specify at least the first and last parameter types: docs
Tag: plsql
Understand and convert query to Oracle SQL
I am a little bit confusing and I am totally nOoB in PHP and I stuck in one query which made me problem. If I would like transform this to Oracle SQL Is is something like this Answer Check the following: It should produce an SQL query as follow, which will put the mark 2 if the student status equals
Will my query works without two dimension array in if else or not
I have confusion since I was looking inside and try to solve the problem. I have PHP application which is running in Oracle DB and so far some expression is written in MySQL and right now I want to migrate those query to Oracle SQL function and call function insted of writing query directly to model. The situation is following
call an Oracle function that do an insert/update from PHP?
we have a function if we call it by using SELECT we get the error code ORA-14551 “Cannot preform a DML operation inside a query” how to run this function and get the results when we run it in SQL developer in this way: works with no errors and we need this function to be called inside PHP note: I