Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6965791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:06:26+00:00 2026-05-27T16:06:26+00:00

A piece of legacy code I’m running that does some oracle SQL is violating

  • 0

A piece of legacy code I’m running that does some oracle SQL is violating a constraint called REF_REQUEST.

I look up this constraint by doing:

select * from all_constraints where constraint_name='REF_REQUEST'

This tells me that the constraint_type is ‘R’, and it gives me the table name of CORRESPONDENCE.

However, I still don’t know… what value I’m missing from CORRESPONDENCE, or where I’m trying to insert that is causing the issue, and what column is relevant from each. How can I learn this information by querying the dB?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:06:26+00:00Added an answer on May 27, 2026 at 4:06 pm

    Use get_ddl method in dbms_metadata package to get more details about the constraint

    SELECT CAST(DBMS_METADATA.GET_DDL('CONSTRAINT','REF_REQUEST','CERTIFICATION') AS VARCHAR2(4000)) 
    FROM DUAL
    

    That should tell you what columns the constraint is acting on


    One of the overloaded methods accepts the schema name, so you can pass it as a parameter.

    DBMS_METADATA.GET_DDL (
    object_type     IN VARCHAR2,
    name            IN VARCHAR2,
    schema          IN VARCHAR2 DEFAULT NULL,
    version         IN VARCHAR2 DEFAULT 'COMPATIBLE',
    model           IN VARCHAR2 DEFAULT 'ORACLE',
    transform       IN VARCHAR2 DEFAULT 'DDL')
    RETURN CLOB;
    

    Further reading:

    • Oracle documentation on dbms_metadata.get_xxx subprograms
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a piece of legacy code that (ab)uses fopen() calls to resources over
I'm working with a legacy piece of code in some stuff for work which
Let's say you are working on a piece of legacy code that was written
The piece of code that I have looks some what like this: glbl_array =
I have a piece of legacy VB6 code that is inserting data into a
I have a problem with a piece of legacy c++/winsock code that is part
This piece of code is supposed to go through a list and preform some
This piece of code used to work in MVC 1 but it does not
We have a piece of legacy code in C# .NET, targetted for the Compact
I'm working on a project that has a lot of legacy C code. We've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.