XBRL Extension - loading/deleting instance?

Hi,
I have the XBRL Extension installed on Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production.
I loaded a taxonomy (with loadSchema and loadLinkbase procedures) and several instances (with loadInstance procedure) without any problems. I can also delete an instance, but if I want to reload that instance, or another instance, using the same location I get:
> EXEC DBMS_ORAXBRL.loadInstance('/test/istance1.xbrl', XMLType(BFILENAME(BASE_DIR, '/istance1.xbrl'), nls_charset_id('AL32UTF8')));
ok
> EXEC DBMS_ORAXBRL.deleteInstance('/test/istance1.xbrl');
ok
> EXEC DBMS_ORAXBRL.loadInstance('/test/istance1.xbrl', XMLType(BFILENAME(BASE_DIR, '/istance1.xbrl'), nls_charset_id('AL32UTF8')));
ORA-20023: Delete Instance Failed: ORA-31001: Invalid resource handle or path name "/xbrl/xbrlsys/xbrlrc.xml"
ORA-06512: at "XBRLSYS.DBMS_ORAXBRL", line 1506
ORA-06512: at line 1
What I did wrong? Is it a bug? I have the same issue if I execute DBMS_ORAXBRL.deleteFolder('/test') instead of deleteInstance. No problems if I change the location to '/test/istance2.xbrl' or similar...
Furthermore, is it possible to update an instance without deleting it before?
Thanks in advance for your help.

Hi,
no news for this issue?
For the last question, I found that the guide (APIs – XBRL Extension to Oracle XML DB) says:
loadInstance: Load one instance document into the XBRL repository. If the document is present in the repository, replace it.
but this sentence is not reported in the detailed API.
I tried to execute the loadInstance procedure specifying the same instanceLoc but I get another error:
ORA-20026: Load instance failed: ORA-31003: Parent "/test/" already contains child entry "instance1.xbrl"
ORA-06512: at "XBRLSYS.DBMS_ORAXBRL", line 1518
ORA-06512: at line 1
Can you give me support to resolve this problem?
Thanks

Similar Messages

  • Generate reports from Oracle XBRL Extension

    Hi, does Oracle XBRL Extension allow us to generate a nicely formatted XBRL report from a XBRL instance file (extension xbrl) out of the box without any external software?

    Probably only doable by building your own PL/SQL code based on the XBRL metadata

  • What is the best way to load multiple instances of a button into master index page?. I have looked a

    I have successfully created an animated button that opens to reveal a quotation with a nested clickable link to the source. What I would like to do is have several of these with different quotes inside them, scattered on the page. I have looked at the composition loader available via Edge Commons, and it seems that would require some sort of Edge animate Stage 'frame' to load the instances into? Is there any way to place them directly into the master page - as div elements...?
    The outer of the buttons is the same, on hover they open partialy on click fully, to reveal  their particular text - which I thought about loading it at runtime with json, or maybe handlebars...?
    I would also like to make the buttons only take the necessary space. ie. before they expand they are only buttons. ( I have set the stage to hidden but it still takes up space). To acheive this, I think perhaps I will have to target the inner components css, and set them as display:none until the button is hovered over, then set :hover and :active pseudo classes inside edge. Is this feasible?
    Thanks in advance for any ideas/suggestions...

    Hello, Thanks for your helpful input. Based on that, and the tutorial 'http://tv.adobe.com/watch/learn-edge-animate-cc/ingesting-external-data-dc/' - I have written code to drive my button's behaviour.  (copied below...)
    var textArray =new Array();
    var currentHead = 0;
    var currentText = 0;
    var currentFoot = 0;
    var s = sym.getSymbol("textContainer");
    sym.$("textContainer")$.("text").html("");
    var sh = sym.getSymbol("headContainer");
    sym.$("headContainer")$.("head").html("");
    var sf = sym.getSymbol("footContainer");
    sym.$("footContainer")$.("footer").html("");
    $.getJSON("assets/sources1.json", function(data){
              for (var i=0; i<data.length; i++){
                        textArray.push({"head":data[i].heading,
                                  "text":data[i].text,
                                  "footer":data[i].foot,
                                  "link":data[i].link});
              sym.$("headContainer")$.("head").html(textArray[currentHead]).heading;
              sym.$("textContainer")$.("text").html(textArray[currentText]).text;
              sym.$("footContainer")$.("foot").html(textArray[currentFoot]).foot;
              sym.$("footContainer")$.("link").html(textArray[currentLink]).link;
    But there is an error I don't understand at line 7...
    Also - as you can see, at present I have several symbols in parallel. Would I be better off nesting the text containers inside the outer button container? and would I be better off creating styled mini- pages of text data, and then loading them - instead of loading them as symbols? I have had to create seperate symbols because I cannot adequately stle the text - so some is bold, some is italic etc. within one text field. Or can I? I guess I could nest several text fields inside one symbol...?
    I remain unsure how to load the finished animation button instances. In your example you were still loading into an animation But from yor example, I guess I would need to place all my examples inside an outer edge composition... but then I think positioning them accurately with css, making adjustments etc. will be fairly tricky. Is there any way to place multiple instances directly into divs in index.html? Could I simply repeat the class...? I may be answering my own questions here.

  • Error while deleting instances and Human Tasks arent deleted

    Hi,
    The Error:
    Cannot delete instances.
    The process domain was unable to purge the instances from the datastore. The exception reported is: [POL-5130] table or view SYSTEM.WI_FAULT not found
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: DELETE FROM wi_fault WHERE domain_ref = ?
    When I query tasks over a jsp i also get the uncompleted human tasks from the deleted instances ( the try to delete them, i think they are there, but in the BPEL Console i cant see them anymore).
    The Error occured since i patched my oracle soa suite 10.1.3.1 to 10.1.3.3.
    What can I do?
    I hope someone can help me.
    My best Regards

    I think you didn't ran the upgrade-script when you've installed the patchset 10.1.3.3 to your bpel environment.
    Check the readme file of the patchset and you will see in the post-installation tasks you need to run the upgrade-script to patch your database environment as well.
    Kind regards,
    Nathalie

  • Error while deleting instance in 10g RAC

    Hi,
    I am trying to delete an instance in node 3 using DBCA. I am in node 2 and when I give username and password (Instance Management --> Delete Instance) i get the following error
    "SID given in connect descriptor could not be resolved.
    Connection to the database failed. Please make sure that service "xxxxxx" is registered with the listener. Username Sys has SYSDBA privleges, password is correct and then try again."
    The local_listener parameter is set to the listener name.
    Please provide suggestions...Its urgent.

    Hello,
    I think you should refer to this Doc ID:  269320.1 : Removing a Node from a 10g RAC Cluster ; this might be helpful to you. You can also try srvctl command to remove instance from the RAC and follow the instructions.
    Make sure you take backup of OCR before removing the node /instances.
    Can you connect from node2 to node 2 using explicit connection string, how is your tnsnames.ora configured? If not able to connect correct that issue and try again
      sqlplus username/password@NODE3_INSTANCE;
    Regards

  • Failed to load application instance publishLive/live.

    Complete log error is (_defaultRoot_, _defaultVHost_) : Failed to load application instance publishLive/live..  Flash Admin Server and Flash Media Server are running on local machine.  When testing I get [object NetConnection]: NetConnection.Connect.Failed.  When I remove the main.asc file it works...what's going on there?  I had this working at one point...my main.asc is below.
    var nc;
    var ns;
    var nsr;
    // Called when a client connects
    application.onConnect = function(client) {
        // accept the new client's connection
         application.acceptConnection(client);
         // send a message
         trace(client.id + " is connected");   
    // Called when a client disconnects
    application.onDisconnect = function(client) {
        trace(client.id + "disconnecting at " + new Date());
    // Called when the client publishes
    application.onPublish = function(client, livestream) {
        trace(livestream.name + " is publishing into application " + application.name);
        // This is an example of using the multi-point publish feature to republish
        // streams to another application instance on the local server.
        if (application.name == "publishLive/live"){
            trace("Republishing the stream into ustream");
            nc = new NetConnection();
            nc.connect( "rtmp://1.616528.fme.ustream.tv/ustreamVideo/616528" );
            ns = new NetStream(nc);
            // called when the server NetStream object has a status
            ns.onStatus = function(info) {
                trace("Stream Status: " + info.code)
                if (info.code == "NetStream.Publish.Start") {
                    trace("The stream is now publishing");
            ns.setBufferTime(2);
            ns.attach(livestream);
            ns.publish( livestream.name, "live" );
    application.onUnpublish = function( client, livestream ) {
        trace(livestream.name + " is unpublishing");
    // RECORDING
    application.onAppStart = function() {
        this.nsr = Stream.get("livestreamSS");  " <-- this is the server-side instance name
        this.nsr.play("livestream", -1, -1);          " <-- this is the published instance name
        this.nsr.onStatus = function(info){
            if(info.code == "NetStream.Play.PublishNotify"){
                application.startRecording();
            if(info.code == "NetStream.Play.UnPublishNotify"){
                application.stopRecording();
            for(var i in info){
                trace("i: " + i);
                trace("info[i]: " + info[i]);
    application.startRecording = function() {
        var infoObject = Stream.getOnMetaData("livestream");
        trace("Metadata for myVideo.flv:");
        for( i in infoObject ){
            if infoObject[i] == "record" {
                trace("start recording");
                this.nsr.record();
    application.stopRecording = function() {
        trace("stop recording");
        this.nsr.record(false);

    that is my main.asc...if you mean in my client, then yes, here is the publish code for the client
    private function publishCamera():void {
                cam = Camera.getCamera();
                cw = cam.width;
                ch = cam.height;
                switch (cw) {
                    case 160:
                    cam.setMode(320, 180, 10);
                    break;
                    case 320:
                    cam.setMode(640, 360, 5);
                    break;
                    default:
                    cam.setMode(160, 90, 15);
                    break;
                cam.setQuality(0, 0);
                mic = Microphone.getMicrophone();
                ns = new NetStream(nc);
                ns.client = this;
                ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                ns.attachCamera(cam);
                ns.attachAudio(mic);
                ns.publish("livestream", "live");
    is that what you are referring to?  Thank you for the reply.

  • SMSY Error : Unable to delete Instance Components

    On SMSY transactions...how to remove / unselect the J2EE Adapter Engine(PI/XI) and J2SE Adapter
    Engine(PI/XI. Is there any table associate  with Extended Assignment off to remove?

    Hello Filipe,
    maybe SAP Note [862211|https://service.sap.com/sap/support/notes/862211] "SMSY: Procedure when deleting instances" might be helpful.
    Best regards,
      Andreas

  • SQL Loader deletes data, after reporting a file not found error

    I have several control files beginning:
    LOAD DATA
    INFILE <dataFile>
    REPLACE INTO TABLE <tableName>
    FIELDS TERMINATED BY '<separator>'
    When running SQL Loader, in the case of one particular control file, if the file referenced does not exist, SQL Loader first reports that the file could not be found, but then proceeds to delete all the data in the table in which the import was meant to take place. The corresponding log file reveals that the file could not be found, but also states that 0 records were loaded and 0 records were skipped.
    In the case of all other control files, if the file is not found, the log files simply report this exception but do not show any statisitcs about the number of records loaded/skipped nor does SQL Loader delete the data in any of the referenced tables. This is obviously the expected behaviour.
    Why is SQL Loader deleting the data referenced by one particular control file, even though this file does not exist and the corresponding log file has correctly picked up on this?

    in the ressource name box of your file model, when you push the search button ("...") do you see the file ?
    Cause the problem can occur when you write directly the path without selectionning the file with the assistant.
    Try this.
    I think too that that you can't see the data by right clicking and selectionning View Data ?
    Let me know the avancement...

  • Oracle XBRL Extension Ready for Download

    Oracle XBRL Extension Ready for Download
    URL: http://www.liberidu.com/blog/?p=2608
    The new ready to download Oracle XBRL Extension is a “no cost option” on top of the latest Oracle Database 11.2.0.2.0 release. With this added functionality you will get a database environment that contains One or more back-end XBRL repositories based on Oracle Database, which provide XBRL storage and query-ability with a set of XBRL-specific services An external XBRL processing engine (XPE)
    The XBRL Extension to Oracle XML DB integrates easily with Oracle Business Intelligence Suite Enterprise Edition (OBIEE) for analytics and with interactive development environments (IDEs) and design tools for creating and editing XBRL taxonomies.

    For Brian:
    What was it you wanted to announce:
    the availability if the release 2 or the fact that OEM 2.2 makes 8.1.7 inaccessible?
    thanks much

  • How to drop/delete instance

    Hi all,
    I need to delete or drop an instance from the database. How do i do it? What command to use to drop the entire instance with the data in it. I dont need the instance as we'r creating a new one.pls help on how to delete instance.
    Thanks
    M.Kaur

    An instance is merely a set of memory structures. If you stop the instance, those memory structures disappear. So you can't say, 'I don't want to stop the instance but remove it' unless you and I are talking a completely different language where words have new meanings. To "remove" an instance, you stop it. But the correct terminology is "stopping an instance".
    If i would to delete my datafiles,control files and redo logs files, how should I do that
    Well, how do you delete any file? Depends on my OS, of course, but del *.txt usually does the trick of deleting all text files on Windows, and there's rm *.txt for doing the same thing on Linux or Unix. It's a safe bet that to delete all traces of a physical database, you're going to need to do something like del *.ctl or rm *.dbf.
    So no, you can't delete all traces of a database without having access to the file system. And you won't get that from SQL*Plus.
    And no, there are no scripts I can provide for this sort of thing. Apart from anything else, I haven't a clue what operating system you're running, so my forward slashes might need to be your backslashes or vice versa. But even if I knew, I wouldn't provide you with a script: deleting a database is something you do with care and understanding, not something you can borrow someone else's generic scripts for!

  • Extension Load Order

    Is it possible to change the order that extensions load?
    I have a particular one that i would like to load last.
    Cheers

    I remember reading some articles a couple years ago about OSX and extensions. The articles basically said that OSX launches all of the extensions at the same time, and they load as they get processed. The size of the extension was the determining factor for load order.
    The actual details of the articles are a little mushy in my head because I haven't found a need to work with extensions like the pre-OSX days and "Extension Manager". I do remember that changing the name does not affect the load order...
    Anyway, are you having problems with the new Fibreshare 3.0 or trying use an earlier version on Leopard?

  • Cant open pages that need log in info. I've cleared cache, disabled extensions and deleted all cookies to no avail....help!!!

    Any page that requires a username and password will not open, this started last Thursday and at that time I was able to reinstate by clearing cache, disabling extension and deleting cookies. Subsequently that fix failed and now doing all those things has no effect.

    I found the answer: http://forums.adobe.com/thread/1018071?tstart=0 It was a conflict with RealPlayer. Incidentally, in order to find this thread again, I had to use a google search. Is there really no way to find a person's own questions via our own profile???

  • Finding out the deleted instance from a recurrent set of events

    Good Morning,
    We have a requirement to find out all the events which belong to a uid in a recurrent event. When the event is created the RRULE returned is:
    RRULE:FREQ=MONTHLY;BYMONTHDAY=16;COUNT=6;INTERVAL=1;WKST=SU
    I then change the date of one of the instance in the event and the rrule and rdate are returned as follows
    RRULE:FREQ=MONTHLY;BYMONTHDAY=16;COUNT=6;INTERVAL=1;WKST=SU
    RDATE:20060717T060000Z
    I then delete one of the instance and there is no change in the properties rrule or the rdate.
    Is there a way to find out the deleted instances in the recurrent set while doing the fetch on the calendar.
    Best Regards
    Joyce

    Good Morning,
    We can use the EXDATE and EXRULE property to get the events in exception.
    Thanks
    Joyce

  • Guided Procedures Problems with Deleted Instances

    Hi everyone, good morning, In Guided Procedures Administration I cannot delete Instances, when I trying to delete an instance through "Procees Instance Manager" I had the following message "Cannot stop instance <Instance name> <null>", this Instance I finished it and then I try to deleted, its status is Terminated, I want to clean my  Completed Processes, Terminated Processes but I can't, what should I do? Thanks
    Atte Israel

    Hi
    Try following:
    Maintain Processes -> All Processes
    - check terminated checkbox checked.
    - select dates
    - put the name of prococess contributor
    - check the relevent checkbox of process contributor roles
    Then try to delete the instance. Instance takes time to delete. Behind the scene all instance are working as threads.

  • Extensions Load Slow (Mac) After Latest Photoshop Update

    I was wondering if anyone else has experienced the below:
    (On Mac - Mavericks) The latest Photoshop CC 2014 update has slowed down the loading of my two extension (these are extensions I have created in HTML5). Prior to the update they loaded fine. Also, when I uninstalled one of the extensions and then reinstall it I get error code -180 (no documentation on this error code), I click ok and then open Photoshop and the extension loads (but slow) and when I quit Extension Manger and reopen it the extension shows it is loaded.
    No problems with the extension in Windows 7 after the Photoshop update. The extensions load as before the update.
    Also, error code -180 is a mystery. I have searched the web and can find no reference to it. Any idea where Adobe lists their error codes?
    Any insights on this issue will be appreciated - Sam
    PS - When one of my extension pallets displays a blank window, I click in the pallet and the extension loads. Strange!

    Please post your problem to Photoshop General Discussion so that it can reach more people and get better support.

Maybe you are looking for

  • Mail server setup

    I just got a FQDN from godaddy and want to add it to DNS As a mail server. Do I create a new zone and set up mail as that as a naneserver? I want to have my Xserve as a mailserver not restrcted to the local network. Thanks Message was edited by: macp

  • 2003 to 2008 R2 file cluster migration - shares fail to migrate due to missing client access point

    Hello, I need to migrate my 2003 cluster to 2008 R2, but am having difficulty doing so. I have a 2003 2 node disk and node majority cluster which has 3 groups (2 individual file shares) and a separate group for the quorum. I'm trying to migrate my 20

  • Unable to Display Long Texts for af:selectOneChoice in ADF

    Hi all, I have a view object FrequencySchedulesType as follows:- select 'Daily' value, 'Daily' description from dual union all select 'Weekly' value, 'Weekly' description from dual union all select 'Monthly' value, 'Monthly' description from dual uni

  • Updating a PPR region

    I have a report with a PPR region in it. What I'd like to do is to trigger the list to refresh via PPR when I change the search criteria. I've searched the forum, and I assume I need to call html_PPR_Report_Page in some way, but I can't find details

  • HT201412 I cannot restore my IOS after failed update of IOS 5.1.1 on my IPAD

    Hello: Last evening I allowed an update toy brand new IPAD2 16GB. It seemed to be going OK until it just stopped and showed the picture on the screen of the USB plug and the ITunes button. I try several times to restore the IOS, as that is what the o