|
|
Re: Want to check duplicate record in tabular block at run time [message #85107 is a reply to message #85089] |
Wed, 02 June 2004 02:47 |
Mustafiz
Messages: 3 Registered: June 2004
|
Junior Member |
|
|
If you are using database like oracle and front end tools like developer, i'm not sure why u guy's want to write code while oracle alone can handle that.
Just create primary key in the base table from where you are viewing data. after that no one would be able to insert a duplicate data.
If by any chance already duplicate data exists then delete those duplicate data from the table then create the primary key.
In my openion every one should use the default strength of oracle and developer instead of writing code which is already been built into Oracle.
|
|
|
|