Forms_Ddl Problem [message #217710] |
Mon, 05 February 2007 00:14 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
simple_ora
Messages: 50 Registered: September 2006 Location: UAE
|
Member |
|
|
Hi Guys
I am using form 6 and i am trying to use forms_ddl('commit') from a schema to diffent schema...
But there is no changes....????
Shefeeq
|
|
|
|
Re: Forms_Ddl Problem [message #217723 is a reply to message #217716] |
Mon, 05 February 2007 01:35 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Commit has nothing to do with schemas. Commit ends a transaction and transactions can span multiple schemas.
Don't you mean you try to commit another SESSION?
(That is not possible)
|
|
|
Re: Forms_Ddl Problem [message #217752 is a reply to message #217723] |
Mon, 05 February 2007 05:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
simple_ora
Messages: 50 Registered: September 2006 Location: UAE
|
Member |
|
|
Hi
I am login as A ,and doing some update/insert stmnt in b
then using forms_ddl('COMMIT')
,is not working...
Eg:=
Update b.table_name set fld = 'XXXXX' where fld2 = 'C';
forms_ddl('COMMIT')
it won't work....?
Thanks & regards
Shefeeq
|
|
|
|
Re: Forms_Ddl Problem [message #217767 is a reply to message #217753] |
Mon, 05 February 2007 06:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
simple_ora
Messages: 50 Registered: September 2006 Location: UAE
|
Member |
|
|
hi Frank
I am trying to update a value in diffent schema.
Insert command is working in this case,i don't know why the updation command ...
update A.table set fld = 'X' where fld2 = 'Y'
Forms_Ddl('COMMIT');
is not updating.
insert into A.table values ('X','Y','Z') ;
Forms_Ddl('COMMIT');
This is inserting the record....
Thanks & Regards
Shefeeq
|
|
|
|
|
Re: Forms_Ddl Problem [message #217918 is a reply to message #217774] |
Tue, 06 February 2007 01:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
simple_ora
Messages: 50 Registered: September 2006 Location: UAE
|
Member |
|
|
Hi Guys
I can update the data in sql plus using same qury.i think the updation is not possible in different schema from the forms...?,
Regards
Shefeeq...
|
|
|
|
|
Re: Forms_Ddl Problem [message #218003 is a reply to message #217988] |
Tue, 06 February 2007 06:05 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
simple_ora
Messages: 50 Registered: September 2006 Location: UAE
|
Member |
|
|
Hi Guys
I got it.... At last............
Tnak you for ur support & copeartion.
Its updating the items,but before updation i am running
the vaildation trigger once more,there it reassign old values and
updating....,
Sorry ,for taking ur valuebale time and thoughts...
Thanks & Regards
Shefeeq...
|
|
|