Trace file doesn't show any info about error

Dear all,
DB : 10.2.0.4
Solaris 5.10
We have a background program to do some activities in the Database.
Today ,when running the program we got the below error :
1) 20221: errexit, ORA-00001: unique constraint (MEDS.MED_USER_EQUS_HIST_PK) violated.
I ran a trace of this session and the trace file doesnt have any info about the error..ran trace using the below command :
exec sys.DBMS_SUPPORT.START_TRACE_IN_SESSION(2166,30629, false,TRUE);
why is that the trace file doesn't have any info about the error.
2) I disable the constraint disable novalidate.
even then I got the same error .. why is the constraint getting validate even if I disable the constraint ?
Please guide
Kai

As usual this question has documented answers, and you are asking this question, because you consistently refuse to read any documentation. So in your case the answer could have been 'Yes, there is. See the docs'.
You could actually say you are in gross violation of the forums etiquette post, and are abusing this forum.
If you would have read the docs, you wouldn't have used dbms_support (which was never supported for end-users), but you would have looked at
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_monitor.htm#i1003679
and what do you see?
The life of a DBA can be so easy when he makes an attempt to find information himself!
He doesn't have to wait until some kind soul answers doc question 779!
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • "Dependecies" tab doesn't show any information for a selected table version 4.0

    Hello,
    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select one table, in the tabs on the right side I can see information for "columns" and "data" and "constraints" and "indexes"... but the tab "Dependencies" doesn't show any information about references between this table and other tables in the schema.
    Oracle database is v11.2
    Can you please tell me what do I need to do in order to see information on "Dependencies" tab for a table?
    Thank you,
    Milan

    Hi, here is my example of XML extension showing referencing tables:
    Save the following XML to a file.
    <items>
      <item type="editor" objectType="TABLE">
        <title><![CDATA[*Referencing Tables]]></title>
          <query>
            <sql><![CDATA[SELECT
      cfk.owner "OWNER",
      cfk.table_name "TABLE NAME",
      cols.column_name "COLUMN",
      cfk.constraint_name "CONSTRAINT NAME",
      cfk.delete_rule "DELETE RULE",
      'SQLDEV:LINK:' || cfk.owner || ':TABLE:' || cfk.table_name ||
      ':oracle.dbtools.raptor.controls.grid.DefaultDrillLink' "LINK"
    FROM
      sys.all_constraints cpk,
      sys.all_constraints cfk,
      sys.all_cons_columns cols
    WHERE
      cpk.owner = :OBJECT_OWNER AND
      cpk.table_name = :OBJECT_NAME AND
      SUBSTR(cpk.table_name, 1, 4) != 'BIN$' AND
      SUBSTR(cpk.table_name, 1, 3) != 'DR$' AND
      cpk.constraint_type in ('P', 'U') AND
      cfk.r_owner = cpk.owner AND
      cfk.r_constraint_name = cpk.constraint_name AND
      cfk.constraint_type = 'R' AND
      cols.owner = cfk.owner AND
      cols.constraint_name = cfk.constraint_name
    ORDER BY
      cfk.owner, cfk.table_name, cfk.constraint_name,
      cols.column_name]]>
          </sql>
        </query>
      </item>
    </items>
    In SQLDeveloper select Preferences -> Database -> User Defined Extensions and click <Add Row>.
    In the "Type" field enter "EDITOR" and in the "Location" field enter the path to the file with XML.
    After restarting SQLDeveloper You should see a new tab "*Referencing Tables" for tables.

  • I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" it my old username before changing it.

    I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" my old username before changing it showed the correct username? please any help would be great.

    Turn Time Machine OFF temporarily in its preference pane. Leave the window open.
    Navigate in the Finder to your backup disk, and then to the folder named "Backups.backupdb" at the top level of the volume. If you back up over a network, you'll first have to mount the disk image file containing your backups by double-clicking it. Descend into the folder until you see the snapshots, which are represented by folders with a name that begins with the date of the snapshot. Find the one you want to restore from. There's a link named "Latest" representing the most recent snapshot. Use that one, if possible. Otherwise, you'll have to remember the date of the snapshot you choose.
    Inside the snapshot folder is a folder hierarchy like the one on the source disk. Find one of the items you can't restore and select it. Open the Info dialog for the selected item. In the Sharing & Permissions section, you may see an entry in the access list that shows "Fetching…" in the Name column. If so, click the lock icon in the lower right corner of the dialog and authenticate. Then delete the "Fetching…" item from the icon list. Click the gear icon below the list and select Apply to enclosed items from the popup menu.
    Now you should be able either to copy the item in the Finder or to restore it in the time-travel view. If you use the time-travel view, be sure to select the snapshot you just modified. If successful, repeat the operation with the other items you were unable to restore. You can select multiple items in the Finder and open a single Info dialog for all of them by pressing the key combination option-command-I.
    When you're done, turn TM back ON and close its preference pane.

  • I just update my iPhone which was previously jailbreaked when i update it after downloading all the file it start to show the apple logo for a moment and it went and completely turned off i tried to connect through iTunes but it doesn't show any iPhone

    i just update my iPhone which was previously jailbreaked when i update it after downloading all the file it start to show the apple logo for a moment and it went and completely turned off i tried to connect through iTunes but it doesn't show any iPhone connected to itunes

    No support for jailbroken phones will be given in this forum or from Apple.
    Unauthorized modification of iOS has been a major source of instability, disruption of services, and…

  • BPEL Console doesn't show any instances created

    Hi,
    We are using file protocol to read the files from trading partner into B2B. File is successfully processes by B2B. I can see that in reports.
    Then I have defined a BPEL process to Dequeue the messages from B2B using AQ Adapter, transforms and places the files in the local file system.
    The BPEL process is simple flow with one receive , transform and invoke activity.
    I have configured AQ adapter using WSIF browser. I can see the deployed document definition in browser.
    I have the TP agreement deployed, BPEL process deployed, but I don't see the 850 file processed. BPEL Console doesn't show any instances created. How would I know where what went wrong?
    Please help.

    Try using java oracle.tip.adapter.b2b.data.IPDequeue to dequeue the message and see if you can dequeue
    Then you'l be able to pin point if the issue is with your BPEL or with B2B Queue's
    Kalyan

  • UITextField from .xib file doesn't show

    A UITextField from .xib file doesn't show when it's page comes up on the iPhone simulator.
    The View looks fine in Interface Builder, and no warnings are thrown to Console or IB's Info window.
    On the Simulator the View comes up and a Label and a Switch show, but not a UITextField. The Objects are on the same row and their bounds are all appropriate.
    I don't see anything in the Text Field Attributes of IB that is problematic, plus I've probably tried all combinations of settings. In Connections there is a reference to a File's Owner attribute.
    I have been able to create a UITextField programmatically.

    Worked around the problem by deleting the UITextField from the .xib and re-creating it.

  • Ultiboard part wizard doesn't show any copper layers during part creation

    Ultiboard part wizard doesn't show any copper layers during part creation. I have to check the box to activate Copper Top in the part editor, once the part is made in order to see what I've made. I suspect there is a connection between this issue and my prior issue with the inability of the Multisim database to link to parts that I have recently made in Ultiboard. This all just began happening this week (of 8-27-12) Design Suite version is 10.1 & OS is Windows 7.
    Thanks.

    Hi Todc,
    This is very strange. My suggestion is that you can try to delete the configuration file. To delete the configuration file, go to Options >> Global Preferences. Under the Paths tab, select the path to the configuration file all the way upto config\ as shown in screen shot. Close Ultiboard and navigate to this folder. Delete all the files and then try to open Ultiboard again. This should resolve the issue.
    Please let me know what happens.
    Regards,
    Tayyab R,
    National Instruments.
    Attachments:
    v10 Global Preferences.JPG ‏77 KB

  • IPS MC: It doesn´t show any signature.

    Hi.
    I had IPS MC 2.1.0 (Build 123) functioning fine. I installed the idsmdc2.1.0-win-CSCsc336961.tar file in order to solve the CSCsc33696 bug. Next, I installed an update signature for IPS version 5 (But I didn´t has any IPS sensor version 5, I just was checking), but the update didn´t work. Afther it, I noted that I have a big issue: When I try to modify any signature, in the Settings->IOS IPS, it shows:
    Object loading failed. Errors occurred while loading the Signatures. Not all signatures may have been loaded.
    It doesn´t show any signature.
    I erased all the sensors, including the IOS IPS. Then I import one of the IOS IPS and follow the instruction for the CSCsc33696 bug. I reimported the device, deployed configuration, disabled the IPS feature in the router and enabled the feature in order to load the signature configuration, but the issue persist. Then, I installed the newest signature update to IDS sensor version 4 (it includes IOS IPS update) and it installed without problems, but the problem in the sigature page perisist.
    I reinstalled the IPS MC, but the problem persist. I uninstalled the IDS MC, and installed again without save the database. It shows the application IDS MC and Security Monitor without configuration, like a new installation, but the issue persist!!!
    Someone had this problem? Someone know how can I solve it?
    Thanks.

    The Cisco IOS IPS feature restructures the existing Cisco IOS Intrusion Detection System (IDS), allowing customers to choose to load the default, built-in signatures or to load a Signature Definition File (SDF) called attack-drop.sdf onto the router. The attack-drop.sdf file contains 118 high-fidelity Intrusion Prevention System (IPS) signatures, providing customers with the latest available detection of security threats. For more information refer to following url:
    http://www.cisco.com/en/US/products/ps5854/prod_configuration_guide09186a00802c9587.html

  • Finder doesn't show any windows

    Hi,
    Recently I got a strange problem, sometime Finder doesn't show any window, I mean if I click on the Finder icon on the Dock no window is shown. Even if I kill Finder (via Terminal using "killall Finder"), also using ⌘+TAB or the App exposuré gesture there is no way to see the Finder window. The only fix is to restart the system!
    And I also noticed (this is happen always) that when I copy/move a file the progress bar message box is not shown anymore, I see only the progress in the Finder panel over the file name!
    Thank you.

    Yes, menu bar was visible, honestly I didn't try to use ⌘+N, anyway I used ⌃+Click on the Finder icon (on the Dock) and even if I was able to see the list of Finder windows that were open I wasn't able to switch clickin on it. I've also tried to click on "New windows" (that I think should be the same as press ⌘+N) but no window was shown.
    Thanks.

  • Why my iphoto doesn't show any of my picture?

    I accidently deleted some of my file, and since then my iphoto doesn't show any of my pictures, i mean nothing comes up when I click on it.

    I would post in the iPhoto forum:
    https://discussions.apple.com/community/ilife/iphoto

  • My App Store Doesn't Show Any Thing , and not working .

    Today I've Noticed that My App Store Application is Not Working , and even I Can't Click On any Tabs ,and all of menu bar items such as sign out,sign in doesn't work . and doesn't Show Loading Status Bar, and doesn't show any message as you see in this picture :
    I've Tried There Solutions:
    Reset PRAM
    Delete App Store Cache Files
    Signed Out of Itunes And and signed in again
    clear History and web site data in safari
    But Nothing Changed .
    (Sorry My English is Not Good at all , But i'll be thankful if you help me )

    Test after taking each of the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes.
    Step 1
    Sign in to the App Store by selecting Sign In from the Store menu. If you're already signed in, sign out and then sign in again.
    Step 2
    Log out or restart the computer.
    Step 3
    Remove or disable "LittleSnitch" or any similar third-party software that blocks outgoing network connections according to the developer's instructions.
    Step 4
    Start up in safe mode and log in to the account with the problem.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    After testing, restart as usual (not in safe mode.)
    Step 5
    If possible, connect to a different network and test.
    Step 6
    There are reports that resetting the PRAM may solve the problem in some cases. I can't confirm.

  • Office365 - PasswordNeverExpires status doesn't show any status

    Dear all,
    I have a question about office365 passwordneverexpire setting.
    Normally, when I execute the command "get-msoluser -userprincipalname "UserID" |select PasswordNeverExpires ", I can see the status "True/False". But, in my case, it doesn't show any status.
    Thanks,
    Min

    Looks like the "Administrative queues" implementation could have been planned around design time. Then the requests could be assigned and managed by different roles(groups) member with different access levels in OIM.
    However, in my current setup - all workflows follows this rule 1) Route the request for manager approval 2) After successful manager approval, route it for application group approval (2nd step of approval). Implementation of "Administrative queues" in this setup looks difficult to me.
    Any comment?
    Thanks,

  • UWC doesn't show any folders

    Hello,
    Messaging server 7 on solaris 10 X86 machines
    Some times UWC stops showing folders and the mails.
    While go to manage folders it shows all folders, however clicking on any of the folder, in main window it doesn't show any folder neither any mails.
    I haven't found particular action for this problem. It occurs randomly. Logout and login again resolves the problem.
    regards,
    Sumant

    mr.chhunchha wrote:
    No I don't think so. One of the users was saying that I sent a message and when came back to inbox, he faced the problem.A quick search didn't reveal any existing complaints about this behaviour.
    Also what browser does this occur in (FF2/FF3/IE6/IE7)?I think users are using IE7. I suggest you log a Sun support request to get the issue investigated further.
    Regards,
    Shane.

  • IPhoto app doesn't show any photos from my photos app

    I just upgraded my new iPad to iOS 6 beta. Maybe that's the problem but suddenly my iPhoto app doesn't show any photos at all. All the tabs (albums, photos, events, etc) are empty.  When I open the app it says "updating photo library" briefly, but that's it. I tried rebooting, deleting the app and reinstalling it, basically everything I could.  Is this a known iOs6 bug?

    Ok, I have the release and I have the issue, photos are just boxes w no pictures, is there a way to remove library and reload? The photo app works fine and all pictures are there.

  • When I try to access my emails the screen opens but doesn't show any emails

    When I try to access my emails the screen opens but doesn't show any emails

    Tap to open a new tab and Private will be at the bottom left of the page. If it is active, tap to turn it off.

Maybe you are looking for

  • Email and Chat STOP working

    Email and Chat STOP working. NOKIA - try OVI services. Nokia with Microsoft and Windows Mobile 7 - so; forget and don't hope about quality of our Symbian system and Ovi service http://www.nokia.com/press/press-releases/showpressrelease?newsid=1488004

  • Mail quits on attempt to access one particular Inbox

    I have a Mail problem localized to just one of my account Inboxes. Using the arrow to the left of Inbox, I can view my separate Inboxes (I have three POP accounts). My two other account Inboxes, and all my other mailboxes, preferences, filters, etc.,

  • Import from memory problem

    Dear experts:     When I am using 'import mi[] from memory ID Z_memory.', I don't know how many times can I import from the same memory ID. For example, I want to export once and need to import many times.     My code is like this: export mi[] to mem

  • Mount an USB key under solaris 10 x86

    I've got a problem with solrais, I have got an USB key, and when I connect it to the computer, nothing is done. I want to know how I can mount my USB key. Willits

  • Setting up "Act As" proxy functionality in 11g

    I have scoured the internet and this forum without resolving this problem so thought I would ask here. I have setup the "Act As" configuration on the server but cannot get it work. Whatever I do I receive the "This functionality has not been enabled