Batch process to create large number of metadata fields in UCM?

Is there any kind of scripting available to create a large number of metadata fields in UCM?.
thanks

I can give you a code in java, which adds two metadata fields. It's quite hardcoded, but you could use it as a basis for a script:
String FIELD1_NAME = "xsecretKey";
String FIELD2_NAME = "xattachmentID";
if (binder == null)
binder = new DataBinder(SharedObjects.getSafeEnvironment());
String maxOrderQuery = "select MAX(dOrder) as dOrder from DocMetaDefinition";
try
String val = loader.getDBConfigValue(COMPONENT_NAME, COMPONENT_SUBNAME, null);
//binder.putLocal("dName", FIELD1_NAME);
binder.putLocal("dName", FIELD2_NAME);
ResultSet tempRs = ws.createResultSet("Qmetadef", binder);
if (val == null || tempRs.isEmpty())
ResultSet rset = ws.createResultSetSQL(maxOrderQuery);
String orderStr = ResultSetUtils.getValue(rset, "dOrder");
int order = NumberUtils.parseInteger(orderStr, 0);
setNewFieldParams(binder, "BigText", "secretKey", "<$dateCurrent()*1$>");
addNewMetadataField(FIELD1_NAME, binder, ++order, null, null, ws, cxt);
setNewFieldParams(binder, "Text", "attachmentID", null);
addNewMetadataField(FIELD2_NAME, binder, ++order, null, null, ws, cxt);
rset = ws.createResultSetSQL("select * from DocMeta where dID=0");
if (!testResultSetFieldExists(rset, FIELD1_NAME))
FieldInfo fi[] = loader.createFieldInfo(new String[] {
FIELD1_NAME
}, 200);
//fi[0].m_type = 5;
ws.alterTable("DocMeta", fi, null, new String[] {
"dName"
if (!testResultSetFieldExists(rset, FIELD2_NAME))
FieldInfo fi[] = loader.createFieldInfo(new String[] {
FIELD2_NAME
}, 30);
//fi[0].m_type = 3;
ws.alterTable("DocMeta", fi, null, new String[] {
"dName"
loader.setDBConfigValue(COMPONENT_NAME, COMPONENT_SUBNAME, "7.0", "1");
catch (Exception e)
SystemUtils.dumpException(null, e);
}

Similar Messages

  • Creating auto increment custom metadata field in UCM

    Hello,
    Can anyone tell how to create a metadata Integer field with Auto Increment option?
    Also while creating users, I have a custom Department field. I want this field to be displayed in my profile. How can i achieve this?
    Richa

    SHort of paying someone else to do the work for you I am afraid there is no shortcut.
    However writing a component need not be difficult or complex if you take a sensible approach.
    There are some excellent blogs out there, at least one comprehensive book and even the documentation will get you started
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/developer/sdk_getting_started_10en.pdf
    I recommend you get Bex's book and you should be able to get a new component like this up and running in a day or two.
    Tim

  • Retrieving Automate Batch processes I created in Photoshop CC before updating to Photoshop CC 2014

    I used Photoshop CC this afternoon and created a couple of batch processes. This evening I had to update CC and the result was that when I opened Photoshop CC 2014 the two batch processes I created were not there. Is there a way to import them and from where?

    Moving the discussion to Photoshop General Discussion.
    Thanks,
    Atul Saini

  • Should we create large number of folders within a list?

    For a custom list having 50K item it is more convenient for user to create folders to segregate custom list items logically. But if we consider performance, is it recommended to create large number folders of within a custom list?
    What are pros and cons of creating folders within a custom list?

    Hi SunilKumar,
    In a SharePoint list, the folder can also be seen as list item, considering to the large amount of list items existing in your list, the influence of these extra folders
    to your site won’t be so apparently.
    However, for a better item management, using extra columns for grouping items would be more recommended.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Batch Process for creating button sets in Fireworks - help

    Hi,
    I'm new to Fireworks still, I've created some really simple
    buttons and I was wondering if it's possible to do a batch process
    on them to repeat a few steps e.g. changing background colour,
    border colour, text colour etc... It would save me lots of time and
    I could make some extra sets then.
    Thanks,
    Rob

    Actually Find and Replace will go through a directory as
    well.
    alex
    PJR wrote:
    > "sanchothefat" <[email protected]>
    wrote in message
    > news:ee8qm0$1pm$[email protected]..
    > | Thanks Peter!
    > |
    > | You're a real hero, nice one
    >
    > Not sure about that! I'm struggling with this.
    >
    > I would set about this in a different fashion
    >
    > I would open a canvas say 600x600 and import all your
    buttons onto the
    > canvas.
    > Organize them in a way that makes sense to you. You can
    duplicate each set
    > and alter the colours in several ways. In my example
    >
    http://www.fasterthanu.com/rob.html
    I used Adjust Colour > Levels with just
    > the backgrounds selected.
    >
    > Sorry I couldn't be more help
    >
    > Peter
    >
    >

  • Create large number of 3D PDF files

    I have about 50000 step files that I would like to convert into 3D PDF files. Is there any good way to do this? We move about 2000 of them into a temp directory, then tried using Adobe 3D using Batch processing. First we tried selecting the files and found that there is a limit to the number of files that can be selected (we selected all of the files, however it gave an error that a file did not exist, and the error name displayed was part of a file name. It looks like the file selection dialog appends the file names into a string, and the maxium string length is too short for 2000 names). We also tried using a batch sequence which specified the directory. This ran for about an hour then died, with about 1/2 of the files converted. So based on these tests it looks like I will have to manually move the files into sub directories of about 500 files each, then batch process each directory (should be a fun couple of weeks). Has anyone else found a better way to do this?

    Polling interval is 60 seconds.
    Do I have full permission? What is the user ID that XI uses? The files are placed in the XI server so this should not be a problem, I think.
    I also have "Process Read-only Files" turned on.
    The files are coming from the same exact source so if this was the problem I would expect this to happen with every single file.
    Yes, I'm doing CC, but nothing fancy, all the lines have the same structure and they are just moved to an identical XML structure.
    In RWB I only see the "successful" messages for whatever actually got picked up, no errors.
    This morning 2 of the 252 files got picked up. However at the same time 325 files of another interface did get picked up and succesfully processed.
    I also changed this morning the file permissions on these 250 remaining files to rw-rw-rw- but still nothing happened (it used to be rw-rw-r--)
    I'm still in the dark...
    Thanks,
    Viktor

  • How to speed up PDF batch processing when creating searchable image PDF's?

    When using the batch processing tool in adobe to create multiple searchable image files into PDF, the process is considerably slower compared to scanning straight from the adobe window and importing scan back into adobe. Is there a way to get around this?

    The flaw is here:
    This is a Windows Server 2012 box
    Adobe desktop programs are generally not officially supported on server operating systems. Whatever issues you have are probably due to things like local users vs. network users, disk quota, specific group policies or plain and simple another process occupying or blocking the same port that the QT server is using. In any case, this is nothing we can figure out for you. You have to sit down and work your way through the server's administration tools, turn off stuff, change user permissions. Check the event logs for conflicting processes or use tools like Sysinternals' Process Monitor or Wireshark to track down port collisions and otehr problems.
    Mylenium

  • Batch processing - How to Bates Number?

    I have an adobe file that is apparently created from a batch sequence.  The file contains several hundred emails and some of the emails have attachments.  Is it possible to create a new file with all of the emails and their attachements opened so that I can bates number each page?  If so, where can I find instructions?

    Binding can be configured using the "eclipselink.jdbc.bind-parameters" property, and is on by default - it should be on for jdbc batch writing.
    Batch writing defaults to 100 statements, so I am not sure why it would include all statements in one batch unless it is not batching at all. If you set the logs to finest or all it should print of the values it is using for each property, and also show the SQL and statments it is executing. Can you turn on logging and post portions of the logs, particularly the part showing the transaction in question (though maybe only 6 lines of consecutive inserts).
    Logging is controlled through the "eclipselink.logging.level" properties.
    Best Regards,
    Chris

  • Thread was being aborted Exception while creating large number of Sites in SharePoint 2013

    Hi All,
    I am getting threading exception while creating a large extent of sites in SharePoint 2013. I am reading data from an excel file and then looping each row. The sites are creating for first two rows then i am getting exception. This code working fine in dev
    server but not in UAT server. I tried with changing maxRequestLength in web.config but not working. And also followed the below link.
    http://support.microsoft.com/kb/928756
    My code as follows-
    private void CreateSites(DataRow dr)
                try
                    using (SPSite site = new SPSite(OtherSiteCollection)) // I am creating sites in another site collection
                        using (SPWeb web = site.OpenWeb())
                                SPWeb newWeb = null;
                                SPWebTemplateCollection templates = site.RootWeb.GetAvailableWebTemplates(1033);
                                SPWebTemplate template = (from SPWebTemplate m in
                                                              templates
                                                          where m.Title == "SiteTemplate"
                                                          select m).FirstOrDefault(); //Here i am using custom template
        string siteName = dr["Site Name"].ToString();
                                newWeb = web.Webs.Add(siteTitle, siteTitle, siteDescription, 1033, template, true, false); //Getting exception here.
                                newWeb.Update();
                                newWeb.Dispose();
                catch (Exception ex)
                    lblMsg.Text = "Exception in create sites : " + ex.Message + ";" + ex.StackTrace + ";" + ex.ToString()
    I am getting error as-
    Exception in create sites: Thread was being aborted.;   at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent,
    String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate)
       at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate)
       at Microsoft.SharePoint.SPWeb.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, SPWebTemplate WebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere)
       System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32&
    plWebTemplateId)
       at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate)
       at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate)
       at Microsoft.SharePoint.SPWeb.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, SPWebTemplate WebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere)
    Thread was being aborted.;   at System.Threading.ThreadAbortException: Thread was being aborted.
    Can anyone please help. Thanks!
    dinesh

    If you do this from a Console application, does it succeed?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Batch process to create subfolders within each Teacher's Hand In folder?

    (newbie administrator of a school art lab)
    Originally the contractors set up shared folders according to what they thought I needed.
    Now I'm getting more comfortable with Workgroup Manager and want to set up the mac server hand in folders with the same hierarchical structure as the ones on the Windows server. Specifically, I have twenty (for now) teacher accounts in workgroup manager. Within each one I want to have three folders (Docs on MacSvr, Hand In and Hand Out) and within Hand In I want 8 folders: Period 1, Period 2 etc. I can do this individually and have all the permissions figured out, but I'd rather not do this one at a time if someone can point me to a book or website that can teach me how to create folders and set permissions with a script or batch file.

    I'm getting closer, I'm studying the information
    from this thread:
    http://discussions.apple.com/thread.jspa?threadID=1116274&tstart=30
    especially
    http://www.wazmac.com/serversnetwork/fileservers/osxserversetup.htm

  • Re: How to create large number of Oracle R12 EBS users in mass?

    Hi All,
    I know this is quite old thread, but I'm in a situation where I have to create multiple users and attached more than one different responsibilites to use in EBS. Definately fnd_user_pkg this is the package we have to use in loop.
    I'm planning to create one table let's say user_info where it would have mulitple columns like username, password, start_date, end_date, responsibilites etc.(through SQL loader), so my question is how to call this table in loop ?? (I don't have much experience in PL/SQL Coding )
    again one user would be having multiple responsibilites then how that is to be taken care ?
    yours help would be appreciated...
    Thanks,
    Manish

    Search the forum or previous threads (or even Google) and I'm sure you will find many examples.
    https://forums.oracle.com/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=fnd_user_pkg
    http://only4left.jpiwowar.com/2011/08/fun-with-ebs-api-ii/
    Thanks,
    Hussein

  • I want to create decimal number formated text field

    hi
    I am trying to create decimal for eg 1234.20
    only this type number can acssess
    for that what I do

    try adding a CustomKeyListener to your text component....
    to create decimal for eg 1234.20((JTextComponent)component).addKeyListener(CustomKeyListener(4,2));
    import java.awt.event.*;
    import javax.swing.text.JTextComponent;
    public class CustomKeyListener extends KeyAdapter {
         char separator = '.';
         // total digits allowed
         int maximumSize ;
         // digits before the separator
         int before = -1;
         // digits after the separator
         int after = -1;
         public CustomKeyListener(int the_before,int the_after) {
              before = the_before;
              after = the_after;
              maximumSize = before+after+1;
         public void keyTyped(KeyEvent e){
              JTextComponent txtComp = (JTextComponent) e.getSource();
              if (txtComp.getText().length() < maximumSize ){
                   if(Character.isDigit(e.getKeyChar())||
                             e.getKeyCode() == KeyEvent.VK_BACK_SPACE||
                             e.getKeyChar() == separator ||
                             e.getKeyChar() == ',') {
                   // if txtComp contains a separator
                        if (txtComp.getText().indexOf(",") != -1 ||
                             txtComp.getText().indexOf(".") != -1     ){
                   // a second separator (if typed) will be deleted
                                  if (e.getKeyChar() == separator ||
                                                 e.getKeyChar() == ',')     {
                                  e.setKeyChar(new Character('\b'));
                                  return;
                   // typed a digit
                             int separatorPosition;     
                             if (txtComp.getText().indexOf(",") != -1 ){                         
                                  separatorPosition =txtComp.getText().indexOf(",");
                             else{                         
                                  separatorPosition =txtComp.getText().indexOf(".");
                             // finding caret position
                             int cp = txtComp.getCaretPosition();
    //                         System.out.println("posizione del caret " + cp);
                   // caret before separator
                             if ( cp <= separatorPosition ){
                                  if (txtComp.getText().
                                            substring(0,separatorPosition).trim().length()<
                                            before){     
                                       return;
                                  else{                              
                                       e.setKeyChar(new Character('\b'));
                                       return;          
                             else{
                             // caret after separator
                                  if (txtComp.getText().
                                            substring(separatorPosition+1).length()<
                                            after){     
                                       // digit is ok!
                                       return;
                                  else{
                                       e.setKeyChar(new Character('\b'));
                                       return;
                        else{
                        // separator absent
                             // if is typed a separator
                             if (e.getKeyChar() == separator ||
                             e.getKeyChar() == ','){
                                  int cp = txtComp.getCaretPosition();
                                  if (txtComp.getText().length() - cp-1 < after){
                                       return;
                                  else{
                                       e.setKeyChar(new Character('\b'));
                                       return;
                             // is typed a digit
                             else{                              
                                  if(txtComp.getText().trim().length()<before){
                                       return;
                                  else{
                                       e.setKeyChar(new Character('\b'));
                                       return;
                   }else{
                        // the key pressed isnt numeric
                        if (Character.getNumericValue(e.getKeyChar())!=-1)
                        e.setKeyChar(new Character('\b'));
                        return;
              else{
                   // Maximum lenght reached
                   e.setKeyChar(new Character('\b'));
    }

  • Creation of Large Number of Workbooks within short span

    Hi,
    In my Production server, User has created many Workbooks for their convenience.
    Now, I am working on upgrading project. I want to create same amounts of workbook to my Development server. I know how to create but as quantity in thousands and connected with respective roles.
    I would like to know if, there is any process to create workbooks other than usual manual process.
    (I can check the list and not availability of Workbooks from TABLE AGR_HIER and after creating I can check the existence in same table.)
    If any, let me know... shorted method to create lots of workbook in less time.
    Thanks in Advance.
    Devendra Meshram
    Osaka

    Hi,
    I suppose there is no such process to Create Large number of Workbook in short Span.
    I am marking it as Unasawered But, If anybody knows, then Let me know...
    Thanks in Advance..
    Devendra Meshram

  • How to : only one user in a branch can do the batch process at a time ?

    dear gurus,
    In ADF web application, accessed by multiple branch (20), there is a
    batch process to create invoices from orders. There are 3-5 users in a
    branch. one user can process about 30 - 50 orders to become
    invoices.
    Business rule is : In one batch process, each users must produce
    invoices with gapless invoice number. e.g : user_1 create 30 invoices
    no.001 - 030, user_2 create 40 invoices no.031-070 ... and so on...
    So we want to protect that at a time, in one branch, only one user can
    do the batch process. User_2 must wait until user_1 is done to start
    the process.
    We use the table below to maintain the latest invoice number created :
    CREATE TABLE doc_number
    DOC_TYPE VARCHAR2(6 BYTE) NOT NULL,
    BRANCH_CODE VARCHAR2(6 BYTE) NOT NULL,
    DOC_NBR NUMBER(12) DEFAULT 0,
    CONSTRAINT "DOC_NUMBER_PK" PRIMARY KEY (DOC_TYPE, BRANCH_CODE)
    The question is :
    I think of locking a spicific row of the doc_number table (select ...
    for update wait 10) at the beginning of the batch process stored
    procedure.
    But what if the session/connection left orphan and the row is lockde
    forever before the dba kill it ?
    So is there a better approach to limit the user execution of the
    process ?
    Thank you very much for your help,
    Krist

    Forget it. See http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4343369880986.
    However, if you are dead set on doing this old fashioned thing of trying to emulate paper invoices from a numbered tablet, you could always just let everyone generate all of their invoices with no invoice number whenever they want, then at some time ( say 21:00 every day), take a lock on the table and apply invoice numbers to all of the records with a null invoice number -- which will take only a few centiseconds at most. And let the users/system print only invoices that have numbers assigned. This way, you pretty much eliminate the concurrency issue of various branches generating invoices only in their time window -- yuk, what an awful way to have to do business.
    And completely forget about users or branches having their own range of numbers. That is completely nuts. Your database already knows which branch owns which invoice, right??

  • Acrobat Pro X batch processing different in Win 7

    Greetings,
    My company just completed moving everyone from Win XP to Win 7 (yes, I know, but better late than never). I regularily use Acrobat Pro X to batch process and password protect large numbers of a variety of documents (Word, Publisher, Excel and PowerPoint 2-up printouts.)
    Under Windows XP the process was pretty straight forward:
    1) Open Acrobat Pro
    2) Secect "Batch Process" File -> Create -> Batch Create Multiple files... (a window appears).
    3) Drag a large group of documents into the window (you can drag over 50 docs, it doesn't matter), then begin the process (which automatically walks through all the documents and PDFs them.)
    4) When the process is complete, open up the Action Wizard File -> Action Wizard -> Select the appropriate action
    5) A window appears, drag the PDFs into the window and go. All PDS quickly get the security applied.
    Done
    With Windows 7 the functionality is different (I really don't know if it is the operating system change or some type of policy change that I am unaware of). The process is far slower because I literally have to PDF and Apply Security to each document one at a time. The process goes like this:
    Under Windows 7:
    1) Select a group of documents, but NO MORE THAN 15.
    2) Drag the documents over the "Acrobat Pro X" icon and launch them this way. Each document created a "temporary PDF". Multiple windows open up, stacked on top of each other.
    3) Go to each window individually and first save the file (that way the file name is preserved), then go to the Action Wizard and apply the security. Then close the PDF.
    4) Repeat this process for each open window (document).
    5) Repeat as necessary until you have the several hundred documents processed.
    Literally this is a "hands-on" process for each document. Is there a better way? Am I missing something in the Acrobat or Windows 7 settings?
    If I try to batch process the old way under Windows 7 I get a series of error messages for each document. (I can't even get to the action wizard process.)
    Any suggestions?
    Is there a third party app that will work without having to administer it so much?
    Thank you,
    TPK

    Hi Test Screen Name,
    While reproducing the problem I realized I was in error as to how far in the sequence the problem occured. I actually do get as far as batch creating PDF,. The only difference there is that I can no longer "drag and drop" files in the batch create window. I have to use the "Add files..." command in the upper left of the batch create window.
    So, the application batch creates the files. Afterward, I use the Action Wizard to batch "Password Protect" the files. It is during this command run that the error occures. (Note: I am trying to save over the old files by having them save to the same directory under the same name, just like I used to be able to do.) The error I get is:
    Action Completed.
    Saved to: \\HOME\path-to-original-files\
    Warning/Errors
    The file may be read-only, or another user may have it open. Please save the document in a different
    Document: Name of document1.pdf
    Output: Name of document1.pdf
    The file may be read-only, or another user may have it open. Please save the document in a different
    Document: Name of document2.pdf
    Output: Name of document2.pdf
    The error message loops through all the documents. I don't have the documents open or in use. By default they shouldn't be "read-only". This all did not occure when I previously used the application with Windows XP.
    I have not yet tried saving them to a different directory. I will try that later today. (I didn't want to have a lot of versions of the same documents, it tends to be confusing.)
    Thank you for your reply,
    TPK

Maybe you are looking for

  • Tcode to view the list of all dialog users in SAP XI

    Dear all, What is the Tcode to view the list of all dialog user is SAP XI system. I checked with SU01, it doesn't have a option to display the list of existing users. Any other Tcode for this purpose. Regards, Younus

  • Exceptions in stored procedure

    Hello, Consider a situation where a java class is executing a PL/SQL stored procedure. What happens if an error occurs in a stored procedure. Its obvious that the error is converted into SQLException in Java, and this is taken care of JDBC drivers. I

  • The App Tabs I have set should open as App Tabs when I start Firefox again, but they don't!

    When I create App Tabs they appear, but after closing and reopening Firexfox they have disappeared. Does this have to do with the settings of saving browsing history?

  • Oracle instance crashed with error 472

    My Oracle instance crashed after running for 2 days with 5 reads and 2 updates in every 4 seconds. The alert log are Fri Oct 24 02:59:13 2003 found dead multi-threaded server 's000',pid=(10,1) Fri Oct 24 03:00:31 2003 LGWR: terminating instance due t

  • OIM 11gR2 Architecture question

    Hello, We're setting up our development environment for OIM 11gR2 and wanted to confirm the concept of configuring a virtual IP for two application servers (each app server containing SOA and OIM).  This virtual IP would be setup on a hardware load b