Ah... I take your point.
But I keep stumbling across PARAMTER_LIST though I only want to pass a employee number to FORM_B. So how do I set up PARAMETER_LIST?
Any suggestions are appreciated.
Carp
Thank you for your interest. Unfortunately the team I am working with is very new and do not have experience of Oracle Forms 3 which is what the procedure has been coded in.
Though I will give your data dictionary idea a whiz.
Thanks
Mufasa,
I don't have an example as such, but if I explain the process I currently have to do then it may clarify what
it is I am trying to achieve.
So here goes...
I am searching for a programme code = 'XXX' that was populated by an automated process.
I don't have access to the source code...
Hi,
People I need some of assistance...
I have been asked to find all tables that may have the data = 'DATA' and then to update this with some new 'DATA'.
As you may appreciate there are thousands of tables on the system and the column may be called anything.
I have read some of the...
Hi
I have got around 53 SQL statments similar to:
SELECT * FROM 'VARIOUS_TABLE' WHERE 'CHANGING_COLUMN_NAME' = 'CONSISTANT_VALUE'
I NEED TO EXECUTE THESE TO SEE IF THEY BRING BACK ANYTHING DISREGARDING ANY THAT DONT.
I'M JUST WONDERING IF THERE IS A FAST AND EFFICIENT WAY TO THIS.
TIA
Hi,
I have a query as below;
select A.Value
from TABLE_A A,
TABLE_B B
where A.code in
(select C.code
from TABLE_C C
where C.code = A.code
and C.Value !=A.Value)
and A.Value = B.Value
Can someone please suggest how I may update the C.Value on TABLE_C with...
Hi Mufasa,
Sorry, a case of me being silly, I just tried the "ALTER SESS.." command in sqlPlus (previously I was using TOAD!)
it works great.
Taking this opportunity of thanking you for all your help.
Cheers.
Hi
Can someone tell me how I can get the £ sign to display because at the moment its returning #. I have tried
chr(163) but the same thing.
Some details form the db if helps are:
NLS_LANGUAGE = AMERICAN
NLS_TERRITORY = AMERICA
NLS_CURRENCY = $
NLS_CHARACTERSET = US7ASCII
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.