Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Impact of data modification in s_nq_job table

Received Response
21
Views
5
Comments
User_B7ZTH
User_B7ZTH Rank 5 - Community Champion

Hello Experts,

I want to know that what will happen if someone modify the table.column  "s_nq_job.user_id" related to agents.

Table Name:- s_nq_job

Column data modified:- user_id (example if user1 name is present  as data and someone run the script and update the information of user1 to Test1).

Will the agent will have any impact and it will throw any error while we run ?

Kindly guide.

Thanks & Regards,

Abhi

Answers

  • Joel
    Joel Rank 8 - Analytics Strategist

    First question before any others is why are you trying to do this? If User A ran a job, why would you want to change it to User B?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Why would you ever want to do that? The metadata tables are OFF LIMITS to manual intervention if you don't fully comprehend the impact.

    The GUI for all the se settings writing back into these tables are there for a reason.

  • User_B7ZTH
    User_B7ZTH Rank 5 - Community Champion

    Hello All,

    Thank you for your reply and sorry for my late reply.

    Requirement is to mask the data as the GDPR regulation.

    We have user-id which are present over there who has scheduled the report in agent and we have to mask the user-id.

    I know that if we change the user_id to some masked id then it will give the error as authentication failed user_id/password invalid.

    Kindly let me know if there is a way that we can mask the user_id information present under s_nq_job.

    Thanks & Regards,

    Abhi

  • Joel
    Joel Rank 8 - Analytics Strategist

    I would consider using an Oracle Database feature called Oracle Data Redaction that is part of Oracle Advanced Security that is licensed separately.

    https://docs.oracle.com/cd/E11882_01/network.112/e40393/redaction.htm#ASOAG594

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Hmmm that "GDPR requirement" is questionable to say the least. That simply isn't the point of or the way GDPR works.

    Once more: Those are system tables and no one should ever access them via SQL to begin with!