how to generate primary key values while inserting data into table through pl/sql stored procedure

Posted by thulasi policherla on Stack Overflow See other posts from Stack Overflow or by thulasi policherla
Published on 2010-04-10T15:38:38Z Indexed on 2010/04/10 15:43 UTC
Read the original article Hit count: 184

Filed under:

hi friends, I am trying to insert data into particular table through pl/sql stored procedure,my requirement is while inserting i should generate PRIMARY KEY values for particular column and also i should return that PRIMARY KEY value to output and one more thing is that for another column i should validate my string such that it should contain only characters not integers.

please help me in writing code for the above requirement

Thanks and regards thulasi policherla

© Stack Overflow or respective owner

Related posts about oracle10g