Database Administration (MOSC)

MOSC Banner

Data Remove from the table

edited Dec 22, 2011 11:36PM in Database Administration (MOSC) 6 comments

Hi all,

In one of my user entered wrong data into the table PER_PERSON_ANALYSES from the front end in Oracle HRMS this data was not valid.

we want delete this data can any one suggest us how to remove or delete this data from this table PER_PERSON_ANALYSES and also should not effect to the database and i found the by the below query like...

select * from PER_PERSON_ANALYSES where last_updated_by = '2165' and LAST_UPDATE_DATE like '03-DEC-11';

please tell me can we delete the data from the database without any issues?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center