Hi, I was using Sybase until now and the way I was accessing primary key after a record insert was
Insert into <table_name>() values() select @@IDENTITY as value I have switched over to oracle 10g. How do I access the primary key in this case? Thanks, Sowmya