Display repository content in Database Studio

Hello
We just started using Database Studio, upgrading from Database Manager.  We are trying to review the contents of the repositories like we were able to do with SQL Studio.  Have been looking thorugh all the data on line and have not found anything that show how to see the repositories contents. 
Is there a way to view the data in the repositories through database studio?
Thanks

Sorry, but WHAT?
I've no clue what you're talking about.
What 'documents' did you check on in Database Manager???
What do you mean by respository? Are you talking about a CONTENT SERVER??
If so, then how did you check documents from DB Manager?
The documents in content server are accessible via SQL - DB Manager is not  and was not a SQL tool.
The Database Studio provides a quite good SQL editor - all you've to to is to provide an SQL logon to use it.
And, just in case you were talking about content server: the only supported way to check for the existence of a document is via the R/3 interface. Direct SQL on those tables is not supported.
regards,
Lars

Similar Messages

  • Display tab content in Developer Studio 7.1

    Hello all,
    I've updated to Developer Studio 7.1 and imported my Web Dynpro Project from 7.0. So far, so good!
    But, if I want to display the tab contents of my main view, I only can see the content of the 1st tab in the View Editor.
    How can the content of the other tabs be displayed in the View Editor? Double-Click on each tab doesn't work... Is there any trick?
    Regards,
    Jens

    In the Outline view, right-click the "Tab" and select "Show".
    Armin

  • Display blob content as pdf file

    Dear Expert,
    Currently i'm using oracle apex 3.0.1.
    I'm having a problem on displaying blob content (from database table) as pdf file on oracle application express but i'm able to save to download the pdf.
    Below is the procedure that i used to display blob content,
    PROCEDURE lf_html_pdf (pv_image IN VARCHAR2, pv_index IN NUMBER) is
    l_mime VARCHAR2 (255);
    l_length NUMBER;
    l_file_name VARCHAR2 (2000);
    lob_loc BLOB;
    BEGIN
    begin
    selecT OI_BLOB,DBMS_LOB.getlength (OI_BLOB)
    into lob_loc,l_length
    from ord_img
    where oi_tno= pv_image
    and oi_ti='PDF'
    and oi_idx=pv_index;
    exception
    when others then
    null;
    end;
    OWA_UTIL.mime_header (NVL (l_mime, 'application/pdf'), FALSE);
    HTP.p ('Content-length: ' || l_length);
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file (lob_loc);
    END lf_html_pdf;
    I get the error message as below when i execute the procedure above;
    Error report:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.OWA_UTIL", line 356
    ORA-06512: at "SYS.OWA_UTIL", line 415
    ORA-06512: at "HCLABPRO.PKG_PDF", line 220
    ORA-06512: at line 2
    *06502. 00000 - "PL/SQL: numeric or value error%s"*
    I'm appreciated if expert can have me on the problem above?
    Thanks
    From junior

    *Always post code wrapped in <a href=http://wikis.sun.com/display/Forums/Forums+FAQ#ForumsFAQ-Arethereanyusefulformattingoptionsnotshownonthesidebar?"><tt>\...\</tt> tags</a>:*
      PROCEDURE lf_html_pdf (pv_image IN VARCHAR2, pv_index IN NUMBER) is
         l_mime        VARCHAR2 (255);
         l_length      NUMBER;
         l_file_name   VARCHAR2 (2000);
         lob_loc       BLOB;
      BEGIN
          begin
            selecT OI_BLOB,DBMS_LOB.getlength (OI_BLOB)
            into lob_loc,l_length
            from ord_img
            where  oi_tno= pv_image
              and oi_ti='PDF'
              and oi_idx=pv_index;
          exception
                when others then
                null;
            end;
         OWA_UTIL.mime_header (NVL (l_mime, 'application/pdf'), FALSE);
         HTP.p ('Content-length: ' || l_length);
         OWA_UTIL.http_header_close;
         WPG_DOCLOAD.download_file (lob_loc);
      END lf_html_pdf; Start by getting rid of:
          exception
                when others then
                null;and never using it anywhere ever again.
    If you're not actually going to use the <tt>l_mime</tt> and <tt>l_file_name</tt> variables then remove these as well. (Although I really think you should set a filename.)
    >
    Error report:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.OWA_UTIL", line 356
    ORA-06512: at "SYS.OWA_UTIL", line 415
    ORA-06512: at "HCLABPRO.PKG_PDF", line 220
    ORA-06512: at line 2
    06502. 00000 - "PL/SQL: numeric or value error%s"
    >
    The error stack indicates that the exception is being raised in <tt>HCLABPRO.PKG_PDF</tt>: what is <tt>HCLABPRO.PKG_PDF</tt>? Does this actually have anything to do with the procedure above?
    I get the error message as below when i execute the procedure above;How do you execute it?
    What happens when it's executed without the <tt>when others...</tt> built-in bug?

  • 8889/forms/frmservlet - No plugin to display the content in Chrome

    This, I reckon, is a basic configuration issue.
    Using Forms [32 Bit] Version 10.1.2.0.2 (Production), XP Pro,
    Chrome Browser
    Windows Standalone installation
    While running the form, I get the following error. Please advise what configuration parameters do I need to set up to view the form in browser.
    <mypcname>:8889/forms/frmservlet no plugin available to display this content
    Started database, connection to database from forms developer 10.1.2.0.2 is successfull, started oc4j instance, I didn't change anything in formsweb.cfg. Please advise.
    jre is 1.6.0_31 on my laptop.
    Thanks for your help.

    Well, for starters Chrome is not supported for use with Forms 10 and JRE 1.6 is not supported for use with Forms 10.1.2.0. Please see the Forms Client Statment of Direction for client side certifications.
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
    After you are working with a certified configuration, if you still have a problem please share some details. For example, are you getting an error message? Does it work from IE or FF? We need details of what you are experiencing and what you have tested thus far.

  • How to display the content from a file  stored in database

    when i am trying to display the content from a file which stored in database on oracle report 10g
    data are displaying as following. please help me to display the data in readable format
    <HTML LANG="en-US" DIR="LTR">
    <!-- Generated: 1/11/2006, postxslt.pl [1012] v1
    Source: amsug304286.xml
    File: amsug304286.htm
    Context: nil
    Tiers: ALWAYS
    Pretrans: YES
    Label: Release 12 -->
    <HEAD>
    <!-- $Header: amsug304286.htm 120.4 2006/11/01 20:57:29 appldev noship $ -->
    <!--BOLOC ug1_OMPO1010302_TTL--><TITLE>Product Overview (ORACLE MARKETING)</TITLE><!--EOLOC ug1_OMPO1010302_TTL-->
    <LINK REL="stylesheet" HREF="../fnd/iHelp.css">
    </HEAD>
    <BODY BGCOLOR="#F8F8F8">
    <A NAME="T304286"></A><A NAME="ProdOve"></A>
    <CENTER><H2><!--BOLOC ug1_OMPO1010302--><B>Product Overview</B><!--EOLOC ug1_OMPO1010302--></H2></CENTER>
    <p><!--BOLOC ug1_OMPO1010304-->Oracle Marketing drives profit, not just responses, by intelligently marketing to the total customer/prospect base. By leveraging a single repository of customer information, you can better target and personalize your campaigns, and refine them in real time with powerful analytical tools.<!--EOLOC ug1_OMPO1010304--></p>
    <p><!--BOLOC ug1_OMPO1006611-->With tools necessary to automate the planning, budgeting, execution, and tracking of your marketing initiatives, Oracle Marketing provides you with:<!--EOLOC ug1_OMPO1006611--></p>
    <ul>
    <li>
    <p><!--BOLOC ug1_OMPO1006612--><B>Customer Insight</B> - With sophisticated customer management and list generation, Oracle Marketing enables you to quickly generate target lists and segments using an intuitive user interface. The easy to use Natural Query Language Builder (NLQB) lets you query for customers or prospects using a natural language while hiding data complexity; fatigue management ensures that you do not over-contact the same customers with marketing messages; and predictive analytics helps you predict customer behavior that you can leverage to produce significant increases in marketing return on investments (ROI).<!--EOLOC ug1_OMPO1006612--></p>
    </li>
    <li>
    ls.<!--EOLOC ug1_OMPO1010304--></p>
    <p><!--BOLOC ug1_OMPO1006611-->With tools necessary to automate the planning, budgeting, execution, and tracking of your marketing initiatives, Oracle Marketing provides you with:<!--EOLOC ug1_OMPO1006611--></p>
    <ul>
    <li>
    <p><!--BOLOC ug1_OMPO1006612--><B>Customer Insight</B> - With sophisticated customer management and list generation, Oracle Marketing enables you to quickly generate target lists and segments using an intuitive user interface. The easy to use Natural Query Language Builder (NLQB) lets you query for customers or prospects using a natural language while hiding data complexity; fatigue management ensures that you do not over-contact the same customers with marketing messages; and predictive analytics helps you predict customer behavior that you can leverage to produce significant increases in marketing return on investments (ROI).<!--EOLOC ug1_OMPO1006612--></p>
    </li>
    <li>
    <p><!--BOLOC ug1_OMPO1006613--><B>Sales Alignment</B> - Oracle Marketing's leads management helps you compile and distribute viable leads so that sales professionals can follow up valuable opportunities and not just contact interactions. Additionally, support for distributing proposals and marketing material drive speedy and consistent setups and collaboration of best practices.<!--EOLOC ug1_OMPO1006613--></p>
    </li>
    <li>
    <p><!--BOLOC ug1_OMPO1006614--><B>Marketing Insight</B> - While Oracle Marketing Home page reports and Daily Business Intelligence (DBI) for Marketing and Sales provide aggregated management level information in almost real time, operational metrics help in tracking the effectiveness of individual marketing activities.<!--EOLOC ug1_OMPO1006614--></p>
    </li></ul>
    </BODY>
    </HTML>
    <!-- Q6z5Ntkiuhw&JhsLdhtX.cg&Zp4q0b3A9f.&RQwJ4twK3pA (signum appsdocopis 1162406236 2673 Wed Nov 1 10:37:16 2006) -->

    Hi,
    you can try to use the:
    <b>ConsumerTreeListPreview</b>
    layout for KM navigation ivew (or customize to your own).
    This layout shows a folder tree on the left, a document list on the right. When you click on a document from the list it shows the contents of the file on the bottom of the iview.
    Hope this helps,
    Romano

  • How to display the contents of the database values which are retrived.

    how to display the contents of the database values which are retrived in servlets and i am able to display the contents in the servlets and if forward to jsp using requestdespatcher,the values are to be shown in jsp one below the other.please suggest me in these........the servlet code is as shown
    while(rs.next()){
                        buffer.append(rs.getString(1));
                        buffer.append(rs.getString(2));
                        buffer.append(rs.getString(3));
                        buffer.append(rs.getString(4));
                        buffer.append(rs.getString(5));
                        buffer.append(rs.getString(6));
                        buffer.append(rs.getString(7));
                        buffer.append(rs.getString(8));
                        buffer.append(rs.getString(9));
                        buffer.append(rs.getString(10));
                        request.setAttribute("result1",buffer);
                        RequestDispatcher rq=request.getRequestDispatcher("/results.jsp");
                        rq.forward(request,response);
    in jsp iam using the getAttribute to retrieve the values as shown
    <% StringBuffer sb=(StringBuffer)request.getAttribute("result1"); %>
    <%= sb %>
    but getting the results in the stretch,i need to display the result one below the other.

    if you load it all into the buffer that is going to be very difficult. I would suggest loading it into some sort of collection. I like using an ArrayList.
    Then pass the arraylist.
    you will then on the jsp iterate through the arrayList using what every you want.. el, logic tags, scriplets.
    so something like
    ArrayList arrayList = new ArrayList();
    while(rs.next()){
    arrayList.append(rs.getString(1));
    //or possibly an arrayList of String arrays
    //maybe using nested for loops.  Inner for loop adds result to string[] then //outer adds string[] to arrayList.
    //can be done any number of ways based on your expected result set.

  • NWDS EE5 Edition Database Studio: The currently displayed page contains ...

    Hello,
    I get the following error when I choose 'Usermanagement" in Preferences --> Database Studio:
    The currently displayed page contains invalid values
    in the log file I see the following errors:
    !ENTRY org.eclipse.jface 4 2 2007-02-14 10:57:02.165
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    !STACK 0
    java.lang.NullPointerException
         at com.sap.sdb.tools.usermanagement.UM_Configuration.<init>(UM_Configuration.java:83)
         at com.sap.sdb.tools.ui.usermanagement.properties.ULMPropertiesComposite.<init>(ULMPropertiesComposite.java:57)
         at com.sap.sdb.tools.ui.usermanagement.preferences.UM_PreferencePage.createContents(UM_PreferencePage.java:73)
         at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233)
         at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1403)
         at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1162)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1156)
         at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:439)
         at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:661)
         at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:837)
         at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1143)
         at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1163)
         at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:236)
         at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230)
         at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    !ENTRY org.eclipse.jface 4 0 2007-02-14 10:57:07.681
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
         at com.sap.sdb.tools.ui.usermanagement.preferences.UM_PreferencePage.performOk(UM_PreferencePage.java:85)
         at org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:889)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:869)
         at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:377)
         at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:164)
         at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:230)
         at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    Any ideas?
    Thanks in advance
    Holger

    So you're saying that whatever you use to output the <pre> tag, it's escaping it into &lt;pre&gt; because it thinks it's supposed to be text and not markup? Then use that thing differently. It's hard to say more without seeing the code you're using.

  • Displaying the content of JPanel

    hello, I have a JPanel which contains a JScrollPane displaying data from a database. I have created a JButton which permit to hide and show the content
    of jpanel (hide and show jscrollpane alternaly). but when I hide the content the first once I cant re-show it. the code of the JButton is :
    // first click
    jPanel3.add(jScrollPane1, null);
    jPanel3.repaint();
    // second click
    jPanel3.removeAll();
    this.repaint();
    Best Regards.

    Instead of actually removing the component from the GUI and then trying to put it back, why don't you just make use of the setVisible() method?

  • Error While Creating Repository Content at the time of  Installation

    Hi Guys,
    When i'm trying to create repository content at the time of informatica installation i'm getting error "Cannot create repository content or restore".
    I'hve attached the log file below
    ONE')
    INSERT INTO REP_CARD_TYPE VALUES (4, 'MANY TO MANY')
    CREATE TABLE REP_TARG_TYPE
    TARGET_TYPE integer,
    TYPE_NAME varchar(20)
    INSERT INTO REP_TARG_TYPE VALUES (0, 'NONE')
    INSERT INTO REP_TARG_TYPE VALUES (1, 'DIMENSION')
    INSERT INTO REP_TARG_TYPE VALUES (2, 'FACT')
    CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    ORA-01031: insufficient privileges
    Database driver error...
    Function Name : executeDirect
    SQL Stmt : CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    Oracle Fatal Error
    Database driver error...
    Function Name : ExecuteDirect
    Oracle Fatal Error
    Error occurred while creating the repository
    An error has occurred while creating contents. Dropping repository tables...
    Create Contents operation on repository [Oracle_BI_DW_Base] ended at 08/10/2009 11:50:49. Elapsed time is 0:00:10.
    [[REP_57106] Repository operation error. See repository service log for detailed information.]
    Failed to execute create.
    Completed at Mon Aug 10 11:50:49 2009
    Error:
    ExitCode: 1
    Installation Complete
    ======================

    Hi Rama,
    You don't need to give your etl_ram user a dba role.
    Please refer to the Oracle® Business Intelligence Applications - Installation Guide for Informatica PowerCenter Users, especially to chapter +4.4.1 Create Databases for Oracle BI Applications and Informatica PowerCenter Components+
    Quoting:
    Make sure that the Oracle Business Analytics Warehouse instance is granted the SSE_ROLE. For more information, see Section 4.4.1.1, "How to Create the SSE Role."
    This role would typically get more privileges than just CONNECT and RESOURCE.
    Hope it helps,
    Michal

  • Database Studio 7.7.04.26 crashes on CentOS 5.2 / RHEL 5.2

    I'm running dbstudio 7.7.03.23 on CentOS 5.2 / RHEL 5.2 with SUN JDK 1.6.0_07. Now I tried to run 7.7.04.26 but can't get it to work on my test machine with the same OS and JDK but it simply crashes like this:
    An unexpected error has been detected by Java Runtime Environment:
    SIGSEGV (0xb) at pc=0x00cf988d, pid=4498, tid=3085870784
    Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing linux-x86)
    Problematic frame:
    C  [UTF-16.so0x88d]  gconv0x1fd
    An error report file with more information is saved as:
    /tmp/hs_err_pid4498.log
    If you would like to submit a bug report, please visit:
      http://java.sun.com/webapps/bugreport/crash.jsp
    The crash happened outside the Java Virtual Machine in native code.
    See problematic frame for where to report the bug.
    Aborted
    It looks like the crashes are a bit random because they seem to happen in different places.
    The Logfile is pasted below. Do you have any idea what's going wrong here? I'm happy to help debugging the issue if I can help doing so.
    Thanks,
    Simon
    An unexpected error has been detected by Java Runtime Environment:
    SIGSEGV (0xb) at pc=0x00cf988d, pid=4498, tid=3085870784
    Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing linux-x86)
    Problematic frame:
    C  [UTF-16.so0x88d]  gconv0x1fd
    If you would like to submit a bug report, please visit:
      http://java.sun.com/webapps/bugreport/crash.jsp
    The crash happened outside the Java Virtual Machine in native code.
    See problematic frame for where to report the bug.
      T H R E A D  -
    Current thread (0x083e0c00):  JavaThread "main" [_thread_in_native, id=4498, stack(0xbfdb7000,0xbfe07000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00aad000
    Registers:
    EAX=0x09031484, EBX=0x00cfbff4, ECX=0x00aad000, EDX=0x00000000
    ESP=0xbfe03bd8, EBP=0xbfe03ca4, ESI=0x09031480, EDI=0x00aad002
    EIP=0x00cf988d, CR2=0x00aad000, EFLAGS=0x00210287
    Top of Stack: (sp=0xbfe03bd8)
    0xbfe03bd8:   bfe03ce8 00000000 00000000 bfe03d44
    0xbfe03be8:   083e0c00 bfe03c94 00c0c140 00000000
    0xbfe03bf8:   09022bc4 00aac268 00cf9690 00000004
    0xbfe03c08:   bfe03d44 090279c8 0902f948 bfe03c98
    0xbfe03c18:   bfe03c74 00000004 00000000 09022d3c
    0xbfe03c28:   0902742c 00ae94e0 00000004 00aac268
    0xbfe03c38:   0902f950 090378d0 09031484 bfe03c94
    0xbfe03c48:   00000002 00000000 bfe03cc0 090279cc
    Instructions: (pc=0x00cf988d)
    0x00cf987d:   46 04 89 45 9c 39 d0 0f 87 90 02 00 00 8b 55 a8
    0x00cf988d:   0f b7 01 85 d2 75 bc 66 3d ff d7 76 c4 66 3d ff
    Stack: [0xbfdb7000,0xbfe07000],  sp=0xbfe03bd8,  free space=306k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [UTF-16.so0x88d]  gconv0x1fd
    C  [libc.so.6+0x17597]
    C  [libc.so.60x16c1a]  iconv0x6a
    C  [libxul.so+0xcb4c5c]
    C  [libxul.so+0xcb52aa]
    C  [libxul.so0xcbffc4]  NS_NewLocalFile_P0x74
    C  [libxpcom.so0x266b]  NS_NewLocalFile0x2b
    C  [libswt-mozilla-gtk-3346.so0x472e]  Java_org_eclipse_swt_internal_mozilla_XPCOM_NS_1NewLocalFile0x5a
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::StubRoutines (1)
    V  [libjvm.so+0x21c63d]
    V  [libjvm.so+0x3107b8]
    V  [libjvm.so+0x21c4d0]
    V  [libjvm.so+0x339c75]
    V  [libjvm.so+0x33c84c]
    V  [libjvm.so+0x288585]
    C  [libjava.so0x15214]  Java_sun_reflect_NativeMethodAccessorImpl_invoke00x34
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::StubRoutines (1)
    V  [libjvm.so+0x21c63d]
    V  [libjvm.so+0x3107b8]
    V  [libjvm.so+0x21c4d0]
    V  [libjvm.so+0x245d67]
    V  [libjvm.so+0x22a4ba]
    C  [eclipse_1017a.so0x621f]  startJavaJNI0x1c4
    C  [eclipse_1017a.so0x7289]  startJavaVM0x21
    C  [eclipse_1017a.so0x3252]  run0x40a
    C  [dbstudio+0x12e7]
    C  [libc.so.60x15dec]  __libc_start_main0xdc
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::StubRoutines (1)
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::Interpreter
    v  ~BufferBlob::StubRoutines (1)
      P R O C E S S  -
    Java Threads: ( => current thread )
      0x08b0ec00 JavaThread "Thread-2" [_thread_blocked, id=4516, stack(0x03304000,0x03355000)]
      0x08ec1000 JavaThread "Thread-1" [_thread_blocked, id=4515, stack(0x032b3000,0x03304000)]
      0x08afa800 JavaThread "Worker-0" [_thread_blocked, id=4514, stack(0x0320e000,0x0325f000)]
      0x08ae4c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4507, stack(0x031bd000,0x0320e000)]
      0x08adf800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=4506, stack(0x0316c000,0x031bd000)]
      0x08414c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4504, stack(0x035dd000,0x0362e000)]
      0x08412c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4503, stack(0x0306a000,0x030eb000)]
      0x08411800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4502, stack(0x00e1f000,0x00e70000)]
      0x08409c00 JavaThread "Finalizer" daemon [_thread_blocked, id=4501, stack(0x00a37000,0x00a88000)]
      0x08408c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=4500, stack(0x00418000,0x00469000)]
    =>0x083e0c00 JavaThread "main" [_thread_in_native, id=4498, stack(0xbfdb7000,0xbfe07000)]
    Other Threads:
      0x08407400 VMThread [stack: 0x06b61000,0x06be2000] [id=4499]
      0x0841f000 WatcherThread [stack: 0x030eb000,0x0316c000] [id=4505]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 2880K, used 2365K [0x50060000, 0x50380000, 0x54f20000)
      eden space 2560K,  79% used [0x50060000, 0x5025f7b0, 0x502e0000)
      from space 320K,  99% used [0x50330000, 0x5037fff8, 0x50380000)
      to   space 320K,   0% used [0x502e0000, 0x502e0000, 0x50330000)
    tenured generation   total 37824K, used 9511K [0x54f20000, 0x57410000, 0x90060000)
       the space 37824K,  25% used [0x54f20000, 0x55869fa8, 0x5586a000, 0x57410000)
    compacting perm gen  total 20480K, used 20396K [0x90060000, 0x91460000, 0x94060000)
       the space 20480K,  99% used [0x90060000, 0x9144b0c0, 0x9144b200, 0x91460000)
        ro space 8192K,  73% used [0x94060000, 0x946435a8, 0x94643600, 0x94860000)
        rw space 12288K,  58% used [0x94860000, 0x94f58878, 0x94f58a00, 0x95460000)
    Dynamic libraries:
    00110000-0020f000 r-xp 00000000 fd:03 854864     /usr/lib/libX11.so.6.2.0
    0020f000-00213000 rwxp 000ff000 fd:03 854864     /usr/lib/libX11.so.6.2.0
    00213000-0021a000 r-xp 00000000 fd:00 159834     /lib/librt-2.5.so
    0021a000-0021b000 r-xp 00006000 fd:00 159834     /lib/librt-2.5.so
    0021b000-0021c000 rwxp 00007000 fd:00 159834     /lib/librt-2.5.so
    0021c000-00225000 r-xp 00000000 fd:03 855331     /usr/lib/libXcursor.so.1.0.2
    00225000-00226000 rwxp 00008000 fd:03 855331     /usr/lib/libXcursor.so.1.0.2
    00226000-0022a000 r-xp 00000000 fd:03 855278     /usr/lib/libXfixes.so.3.1.0
    0022a000-0022b000 rwxp 00003000 fd:03 855278     /usr/lib/libXfixes.so.3.1.0
    0022b000-002a8000 r-xp 00000000 fd:03 855492     /usr/lib/libfreetype.so.6.3.10
    002a8000-002ab000 rwxp 0007d000 fd:03 855492     /usr/lib/libfreetype.so.6.3.10
    002ab000-002d0000 r-xp 00000000 fd:03 854322     /usr/lib/libpng12.so.0.10.0
    002d0000-002d1000 rwxp 00024000 fd:03 854322     /usr/lib/libpng12.so.0.10.0
    002d1000-002d7000 r-xp 00000000 fd:03 493630     /usr/java/jdk1.6.0_07/jre/lib/i386/native_threads/libhpi.so
    002d7000-002d8000 rwxp 00006000 fd:03 493630     /usr/java/jdk1.6.0_07/jre/lib/i386/native_threads/libhpi.so
    002d8000-002e3000 r-xp 00000000 fd:03 493625     /usr/java/jdk1.6.0_07/jre/lib/i386/libverify.so
    002e3000-002e4000 rwxp 0000b000 fd:03 493625     /usr/java/jdk1.6.0_07/jre/lib/i386/libverify.so
    002e4000-002f3000 r-xp 00000000 fd:03 493626     /usr/java/jdk1.6.0_07/jre/lib/i386/libzip.so
    002f3000-002f5000 rwxp 0000e000 fd:03 493626     /usr/java/jdk1.6.0_07/jre/lib/i386/libzip.so
    002f5000-00303000 rwxp 002f5000 00:00 0
    00304000-003a1000 r-xp 00000000 fd:00 159835     /lib/libglib-2.0.so.0.1200.3
    003a1000-003a2000 rwxp 0009c000 fd:00 159835     /lib/libglib-2.0.so.0.1200.3
    003a2000-003a5000 r-xp 00000000 fd:03 952272     /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
    003a5000-003a6000 rwxp 00002000 fd:03 952272     /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
    003a6000-003ad000 r-xp 00000000 fd:03 493619     /usr/java/jdk1.6.0_07/jre/lib/i386/libnio.so
    003ad000-003ae000 rwxp 00006000 fd:03 493619     /usr/java/jdk1.6.0_07/jre/lib/i386/libnio.so
    003af000-003ed000 r-xp 00000000 fd:00 159837     /lib/libgobject-2.0.so.0.1200.3
    003ed000-003ee000 rwxp 0003e000 fd:00 159837     /lib/libgobject-2.0.so.0.1200.3
    003f0000-003f2000 r-xp 00000000 fd:00 159824     /lib/libgmodule-2.0.so.0.1200.3
    003f2000-003f3000 rwxp 00002000 fd:00 159824     /lib/libgmodule-2.0.so.0.1200.3
    003f3000-00416000 r-xp 00000000 fd:03 493603     /usr/java/jdk1.6.0_07/jre/lib/i386/libjava.so
    00416000-00418000 rwxp 00023000 fd:03 493603     /usr/java/jdk1.6.0_07/jre/lib/i386/libjava.so
    00418000-0041b000 --xp 00418000 00:00 0
    0041b000-00469000 rwxp 0041b000 00:00 0
    00469000-0046c000 r-xp 00000000 fd:04 1576443    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-gtk-3346.so
    0046c000-0046d000 rwxp 00003000 fd:04 1576443    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-gtk-3346.so
    0046d000-0046f000 r-xp 00000000 fd:03 952250     /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
    0046f000-00470000 rwxp 00001000 fd:03 952250     /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
    00470000-00478000 r-xp 00000000 fd:03 856108     /usr/lib/libpangocairo-1.0.so.0.1400.9
    00478000-00479000 rwxp 00007000 fd:03 856108     /usr/lib/libpangocairo-1.0.so.0.1400.9
    0047b000-00495000 r-xp 00000000 fd:03 856111     /usr/lib/libatk-1.0.so.0.1212.0
    00495000-00497000 rwxp 0001a000 fd:03 856111     /usr/lib/libatk-1.0.so.0.1212.0
    00499000-00505000 r-xp 00000000 fd:03 856106     /usr/lib/libcairo.so.2.9.2
    00505000-00507000 rwxp 0006b000 fd:03 856106     /usr/lib/libcairo.so.2.9.2
    00509000-00593000 r-xp 00000000 fd:03 856110     /usr/lib/libgdk-x11-2.0.so.0.1000.4
    00593000-00596000 rwxp 0008a000 fd:03 856110     /usr/lib/libgdk-x11-2.0.so.0.1000.4
    00598000-005c5000 r-xp 00000000 fd:03 856107     /usr/lib/libpangoft2-1.0.so.0.1400.9
    005c5000-005c6000 rwxp 0002c000 fd:03 856107     /usr/lib/libpangoft2-1.0.so.0.1400.9
    005c8000-00605000 r-xp 00000000 fd:03 856105     /usr/lib/libpango-1.0.so.0.1400.9
    00605000-00607000 rwxp 0003c000 fd:03 856105     /usr/lib/libpango-1.0.so.0.1400.9
    00609000-0061f000 r-xp 00000000 fd:03 856104     /usr/lib/libgdk_pixbuf-2.0.so.0.1000.4
    0061f000-00620000 rwxp 00016000 fd:03 856104     /usr/lib/libgdk_pixbuf-2.0.so.0.1000.4
    00622000-00629000 r-xp 00000000 fd:03 856109     /usr/lib/libXi.so.6.0.0
    00629000-0062a000 rwxp 00006000 fd:03 856109     /usr/lib/libXi.so.6.0.0
    0062c000-009bd000 r-xp 00000000 fd:03 856112     /usr/lib/libgtk-x11-2.0.so.0.1000.4
    009bd000-009c3000 rwxp 00391000 fd:03 856112     /usr/lib/libgtk-x11-2.0.so.0.1000.4
    009c3000-009c4000 rwxp 009c3000 00:00 0
    009c6000-009d9000 r-xp 00000000 fd:00 159832     /lib/libnsl-2.5.so
    009d9000-009da000 r-xp 00012000 fd:00 159832     /lib/libnsl-2.5.so
    009da000-009db000 rwxp 00013000 fd:00 159832     /lib/libnsl-2.5.so
    009db000-009dd000 rwxp 009db000 00:00 0
    009dd000-009f0000 r-xp 00000000 fd:03 493618     /usr/java/jdk1.6.0_07/jre/lib/i386/libnet.so
    009f0000-009f1000 rwxp 00013000 fd:03 493618     /usr/java/jdk1.6.0_07/jre/lib/i386/libnet.so
    009f1000-009f5000 r-xp 00000000 fd:00 159838     /lib/libgthread-2.0.so.0.1200.3
    009f5000-009f6000 rwxp 00003000 fd:00 159838     /lib/libgthread-2.0.so.0.1200.3
    009f6000-009fc000 r-xp 00000000 fd:04 1576453    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-atk-gtk-3346.so
    009fc000-009fd000 rwxp 00005000 fd:04 1576453    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-atk-gtk-3346.so
    009fd000-00a07000 r-xp 00000000 fd:04 1576454    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-cairo-gtk-3346.so
    00a07000-00a08000 rwxp 00009000 fd:04 1576454    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-cairo-gtk-3346.so
    00a08000-00a0c000 r-xp 00000000 fd:00 158758     /lib/libnss_dns-2.5.so
    00a0c000-00a0d000 r-xp 00003000 fd:00 158758     /lib/libnss_dns-2.5.so
    00a0d000-00a0e000 rwxp 00004000 fd:00 158758     /lib/libnss_dns-2.5.so
    00a0e000-00a1d000 r-xp 00000000 fd:00 159901     /lib/libresolv-2.5.so
    00a1d000-00a1e000 r-xp 0000e000 fd:00 159901     /lib/libresolv-2.5.so
    00a1e000-00a1f000 rwxp 0000f000 fd:00 159901     /lib/libresolv-2.5.so
    00a1f000-00a21000 rwxp 00a1f000 00:00 0
    00a21000-00a27000 r-xp 00000000 fd:03 493614     /usr/java/jdk1.6.0_07/jre/lib/i386/libmanagement.so
    00a27000-00a28000 rwxp 00005000 fd:03 493614     /usr/java/jdk1.6.0_07/jre/lib/i386/libmanagement.so
    00a28000-00a2a000 r-xp 00000000 fd:03 856122     /usr/lib/libplds4.so
    00a2a000-00a2b000 rwxp 00002000 fd:03 856122     /usr/lib/libplds4.so
    00a2d000-00a36000 r-xp 00000000 fd:00 64846      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
    00a36000-00a37000 rwxp 00008000 fd:00 64846      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
    00a37000-00a3a000 --xp 00a37000 00:00 0
    00a3a000-00a88000 rwxp 00a3a000 00:00 0
    00a88000-00a8d000 r-xp 00000000 fd:04 1576468    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-xpcominit-gtk-3346.so
    00a8d000-00a8f000 rwxp 00005000 fd:04 1576468    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-xpcominit-gtk-3346.so
    00a8f000-00a9a000 r-xp 00000000 fd:00 159827     /lib/libgcc_s-4.1.2-20080102.so.1
    00a9a000-00a9b000 rwxp 0000a000 fd:00 159827     /lib/libgcc_s-4.1.2-20080102.so.1
    00a9b000-00aac000 r-xp 00000000 fd:04 1576469    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-mozilla-gtk-3346.so
    00aac000-00aad000 rwxp 00011000 fd:04 1576469    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-mozilla-gtk-3346.so
    00aae000-00ac8000 r-xp 00000000 fd:00 158745     /lib/ld-2.5.so
    00ac8000-00ac9000 r-xp 00019000 fd:00 158745     /lib/ld-2.5.so
    00ac9000-00aca000 rwxp 0001a000 fd:00 158745     /lib/ld-2.5.so
    00acc000-00c09000 r-xp 00000000 fd:00 158963     /lib/libc-2.5.so
    00c09000-00c0b000 r-xp 0013c000 fd:00 158963     /lib/libc-2.5.so
    00c0b000-00c0c000 rwxp 0013e000 fd:00 158963     /lib/libc-2.5.so
    00c0c000-00c0f000 rwxp 00c0c000 00:00 0
    00c11000-00c36000 r-xp 00000000 fd:00 158968     /lib/libm-2.5.so
    00c36000-00c37000 r-xp 00024000 fd:00 158968     /lib/libm-2.5.so
    00c37000-00c38000 rwxp 00025000 fd:00 158968     /lib/libm-2.5.so
    00c3a000-00c3c000 r-xp 00000000 fd:00 158969     /lib/libdl-2.5.so
    00c3c000-00c3d000 r-xp 00001000 fd:00 158969     /lib/libdl-2.5.so
    00c3d000-00c3e000 rwxp 00002000 fd:00 158969     /lib/libdl-2.5.so
    00c40000-00c53000 r-xp 00000000 fd:00 158986     /lib/libpthread-2.5.so
    00c53000-00c54000 r-xp 00012000 fd:00 158986     /lib/libpthread-2.5.so
    00c54000-00c55000 rwxp 00013000 fd:00 158986     /lib/libpthread-2.5.so
    00c55000-00c57000 rwxp 00c55000 00:00 0
    00c59000-00c6b000 r-xp 00000000 fd:03 854424     /usr/lib/libz.so.1.2.3
    00c6b000-00c6c000 rwxp 00011000 fd:03 854424     /usr/lib/libz.so.1.2.3
    00c6e000-00c73000 r-xp 00000000 fd:03 854860     /usr/lib/libXdmcp.so.6.0.0
    00c73000-00c74000 rwxp 00004000 fd:03 854860     /usr/lib/libXdmcp.so.6.0.0
    00c74000-00c7d000 rwxp 00c74000 00:00 0
    00c7d000-00cf4000 rwxp 00c7d000 00:00 0
    00cf4000-00cf8000 r-xp 00000000 fd:03 856123     /usr/lib/libplc4.so
    00cf8000-00cf9000 rwxp 00003000 fd:03 856123     /usr/lib/libplc4.so
    00cf9000-00cfb000 r-xp 00000000 fd:03 917733     /usr/lib/gconv/UTF-16.so
    00cfb000-00cfd000 rwxp 00001000 fd:03 917733     /usr/lib/gconv/UTF-16.so
    00cff000-00d00000 r-xp 00cff000 00:00 0          [vdso]
    00d00000-00d21000 r-xp 00000000 fd:03 854811     /usr/lib/libjpeg.so.62.0.0
    00d21000-00d22000 rwxp 00020000 fd:03 854811     /usr/lib/libjpeg.so.62.0.0
    00d22000-00d2a000 r-xp 00000000 fd:03 854596     /usr/lib/libSM.so.6.0.0
    00d2a000-00d2b000 rwxp 00007000 fd:03 854596     /usr/lib/libSM.so.6.0.0
    00d34000-00d3d000 r-xp 00000000 fd:00 159805     /lib/libnss_files-2.5.so
    00d3d000-00d3e000 r-xp 00008000 fd:00 159805     /lib/libnss_files-2.5.so
    00d3e000-00d3f000 rwxp 00009000 fd:00 159805     /lib/libnss_files-2.5.so
    00d3f000-00d75000 r-xp 00000000 fd:03 854805     /usr/lib/libnspr4.so
    00d75000-00d76000 rwxp 00036000 fd:03 854805     /usr/lib/libnspr4.so
    00d76000-00d78000 rwxp 00d76000 00:00 0
    00d7b000-00d7d000 r-xp 00000000 fd:03 854841     /usr/lib/libXau.so.6.0.0
    00d7d000-00d7e000 rwxp 00001000 fd:03 854841     /usr/lib/libXau.so.6.0.0
    00d80000-00d8f000 r-xp 00000000 fd:03 854899     /usr/lib/libXext.so.6.4.0
    00d8f000-00d90000 rwxp 0000e000 fd:03 854899     /usr/lib/libXext.so.6.4.0
    00d92000-00db9000 r-xp 00000000 fd:03 855954     /usr/lib/libfontconfig.so.1.1.0
    00db9000-00dc1000 rwxp 00027000 fd:03 855954     /usr/lib/libfontconfig.so.1.1.0
    00dc3000-00de2000 r-xp 00000000 fd:00 158980     /lib/libexpat.so.0.5.0
    00de2000-00de4000 rwxp 0001e000 fd:00 158980     /lib/libexpat.so.0.5.0
    00de6000-00dee000 r-xp 00000000 fd:03 854895     /usr/lib/libXrender.so.1.3.0
    00dee000-00def000 rwxp 00007000 fd:03 854895     /usr/lib/libXrender.so.1.3.0
    00df1000-00df3000 r-xp 00000000 fd:03 855387     /usr/lib/libXinerama.so.1.0.0
    00df3000-00df4000 rwxp 00001000 fd:03 855387     /usr/lib/libXinerama.so.1.0.0
    00df6000-00df9000 r-xp 00000000 fd:03 854906     /usr/lib/libXrandr.so.2.0.0
    00df9000-00dfa000 rwxp 00002000 fd:03 854906     /usr/lib/libXrandr.so.2.0.0
    00dfe000-00e09000 rwxp 00dfe000 00:00 0
    00e09000-00e1f000 rwxp 00e09000 00:00 0
    00e1f000-00e22000 --xp 00e1f000 00:00 0
    00e22000-00e70000 rwxp 00e22000 00:00 0
    00e70000-00e82000 r-xp 00000000 fd:03 856077     /usr/lib/libXft.so.2.1.2
    00e82000-00e83000 rwxp 00012000 fd:03 856077     /usr/lib/libXft.so.2.1.2
    00e8e000-00e8f000 r-xp 00000000 fd:03 917685     /usr/lib/gconv/ISO8859-1.so
    00e8f000-00e91000 rwxp 00000000 fd:03 917685     /usr/lib/gconv/ISO8859-1.so
    00e91000-010c9000 rwxp 00e91000 00:00 0
    010c9000-02e91000 rwxp 010c9000 00:00 0
    02e91000-02ea4000 rwxp 02e91000 00:00 0
    02ea4000-0306a000 rwxp 02ea4000 00:00 0
    0306a000-0306d000 --xp 0306a000 00:00 0
    0306d000-030eb000 rwxp 0306d000 00:00 0
    030eb000-030ec000 --xp 030eb000 00:00 0
    030ec000-0316c000 rwxp 030ec000 00:00 0
    0316c000-0316f000 --xp 0316c000 00:00 0
    0316f000-031bd000 rwxp 0316f000 00:00 0
    031bd000-031c0000 --xp 031bd000 00:00 0
    031c0000-0320e000 rwxp 031c0000 00:00 0
    0320e000-03211000 --xp 0320e000 00:00 0
    03211000-0325f000 rwxp 03211000 00:00 0
    0325f000-032b0000 r-xp 00000000 fd:04 1576444    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-pi-gtk-3346.so
    032b0000-032b2000 rwxp 00050000 fd:04 1576444    /home/simix/sdb/DatabaseStudio/.configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-pi-gtk-3346.so
    032b2000-032b3000 rwxp 032b2000 00:00 0
    032b3000-032b6000 --xp 032b3000 00:00 0
    032b6000-03304000 rwxp 032b6000 00:00 0
    03304000-03307000 --xp 03304000 00:00 0
    03307000-03355000 rwxp 03307000 00:00 0
    03355000-03358000 rwxp 03355000 00:00 0
    03358000-033a6000 rwxp 03358000 00:00 0
    033a6000-033a9000 rwxp 033a6000 00:00 0
    033a9000-033f7000 rwxp 033a9000 00:00 0
    03487000-0348c000 r-xp 00000000 fd:03 854683     /usr/lib/libXtst.so.6.1.0
    0348c000-0348d000 rwxp 00004000 fd:03 854683     /usr/lib/libXtst.so.6.1.0
    0348d000-0356d000 r-xp 00000000 fd:03 854262     /usr/lib/libstdc++.so.6.0.8
    0356d000-03571000 r-xp 000df000 fd:03 854262     /usr/lib/libstdc++.so.6.0.8
    03571000-03572000 rwxp 000e3000 fd:03 854262     /usr/lib/libstdc++.so.6.0.8
    03572000-03578000 rwxp 03572000 00:00 0
    035dd000-035e0000 --xp 035dd000 00:00 0
    035e0000-0362e000 rwxp 035e0000 00:00 0
    0391b000-0396f000 r-xp 00000000 fd:03 854612     /usr/lib/libXt.so.6.0.0
    0396f000-03973000 rwxp 00054000 fd:03 854612     /usr/lib/libXt.so.6.0.0
    0484a000-04861000 r-xp 00000000 fd:03 856079     /usr/lib/libICE.so.6.3.0
    04861000-04862000 rwxp 00016000 fd:03 856079     /usr/lib/libICE.so.6.3.0
    04862000-04864000 rwxp 04862000 00:00 0
    0491f000-04922000 rwxp 0491f000 00:00 0
    04922000-04970000 rwxp 04922000 00:00 0
    05a16000-05a46000 r-xp 00000000 fd:03 854753     /usr/lib/libssl3.so
    05a46000-05a48000 rwxp 00030000 fd:03 854753     /usr/lib/libssl3.so
    05a4a000-05a5f000 r-xp 00000000 fd:03 854751     /usr/lib/libnssutil3.so
    05a5f000-05a62000 rwxp 00014000 fd:03 854751     /usr/lib/libnssutil3.so
    05a64000-05b92000 r-xp 00000000 fd:03 854752     /usr/lib/libnss3.so
    05b92000-05b97000 rwxp 0012d000 fd:03 854752     /usr/lib/libnss3.so
    05b99000-05bbe000 r-xp 00000000 fd:03 854480     /usr/lib/libsmime3.so
    05bbe000-05bc0000 rwxp 00025000 fd:03 854480     /usr/lib/libsmime3.so
    05bf9000-05cb1000 r-xp 00000000 fd:03 1049423    /usr/lib/xulrunner-1.9/libmozjs.so
    05cb1000-05cb6000 rwxp 000b7000 fd:03 1049423    /usr/lib/xulrunner-1.9/libmozjs.so
    05cb8000-05cbc000 r-xp 00000000 fd:03 1048950    /usr/lib/xulrunner-1.9/libxpcom.so
    05cbc000-05cbd000 rwxp 00003000 fd:03 1048950    /usr/lib/xulrunner-1.9/libxpcom.so
    06000000-0641b000 r-xp 00000000 fd:03 493582     /usr/java/jdk1.6.0_07/jre/lib/i386/client/libjvm.so
    0641b000-06435000 rwxp 0041a000 fd:03 493582     /usr/java/jdk1.6.0_07/jre/lib/i386/client/libjvm.so
    06435000-06855000 rwxp 06435000 00:00 0
    06b61000-06b62000 --xp 06b61000 00:00 0
    06b62000-06be2000 rwxp 06b62000 00:00 0
    0724c000-0724e000 rwxp 0724c000 00:00 0
    0724e000-07273000 rwxp 0724e000 00:00 0
    07273000-07286000 rwxp 07273000 00:00 0
    07286000-0744c000 rwxp 07286000 00:00 0
    0744c000-07456000 rwxp 0744c000 00:00 0
    07456000-0746c000 rwxp 07456000 00:00 0
    0746c000-07477000 rwxp 0746c000 00:00 0
    07768000-0776b000 rwxp 07768000 00:00 0
    0776b000-077b9000 rwxp 0776b000 00:00 0
    08048000-0804b000 r-xp 00000000 fd:00 64726      /opt/sdb/programs/DatabaseStudio/dbstudio
    0804b000-0804c000 rwxp 00002000 fd:00 64726      /opt/sdb/programs/DatabaseStudio/dbstudio
    083be000-0908a000 rwxp 083be000 00:00 0
    50060000-50380000 rwxp 50060000 00:00 0
    50380000-54f20000 rwxp 50380000 00:00 0
    54f20000-57410000 rwxp 54f20000 00:00 0
    57410000-90060000 rwxp 57410000 00:00 0
    90060000-91460000 rwxp 90060000 00:00 0
    91460000-94060000 rwxp 91460000 00:00 0
    94060000-94644000 r-xs 00001000 fd:03 493444     /usr/java/jdk1.6.0_07/jre/lib/i386/client/classes.jsa
    94644000-94860000 rwxp 94644000 00:00 0
    94860000-94f59000 rwxp 005e5000 fd:03 493444     /usr/java/jdk1.6.0_07/jre/lib/i386/client/classes.jsa
    94f59000-95460000 rwxp 94f59000 00:00 0
    95460000-95539000 rwxp 00cde000 fd:03 493444     /usr/java/jdk1.6.0_07/jre/lib/i386/client/classes.jsa
    95539000-95860000 rwxp 95539000 00:00 0
    95860000-95864000 r-xs 00db7000 fd:03 493444     /usr/java/jdk1.6.0_07/jre/lib/i386/client/classes.jsa
    95864000-95c60000 rwxp 95864000 00:00 0
    b61b5000-b7405000 r-xp 00000000 fd:03 1049025    /usr/lib/xulrunner-1.9/libxul.so
    b7405000-b74ef000 rwxp 0124f000 fd:03 1049025    /usr/lib/xulrunner-1.9/libxul.so
    b74ef000-b7535000 rwxp b74ef000 00:00 0
    b7535000-b7600000 --xp b7535000 00:00 0
    b762c000-b762f000 r-xs 00013000 fd:00 65245      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.intro.universal_3.2.100.v20070530A/universal.jar
    b762f000-b7631000 r-xs 00007000 fd:00 64444      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.dbm_7.7.4.v200808192138/sdbdbm.jar
    b7631000-b763d000 r-xs 0006b000 fd:00 64544      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.ui.usermanagement_7.7.4.v200808192138/sdbuium.jar
    b763d000-b7640000 r-xs 00013000 fd:00 64531      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.resources.usermanagement_7.7.4.v200808192138/sdbresum.jar
    b7640000-b7642000 r-xs 00008000 fd:00 64435      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.ui.dbm.base_7.7.4.v200808192138/sdbuidbmbase.jar
    b7642000-b7643000 r-xs 00001000 fd:00 64649      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.ui.testhelper_7.7.4.v200808192138/sdbuitsthlp.jar
    b7643000-b7646000 r-xs 00039000 fd:00 64583      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.usermanagement_7.7.4.v200808192138/sdbum_1.0.jar
    b7646000-b7657000 r-xs 0008a000 fd:00 64195      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.core.databasemanagement_7.7.4.v200808192138/sdbdm_1.0.jar
    b7657000-b7658000 r-xs 00000000 fd:00 64068      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.resources.explorer_7.7.4.v200808192138/sdbresexp.jar
    b7658000-b765c000 r-xs 00020000 fd:00 64641      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.ui.explorer_7.7.4.v200808192138/sdbuiexp.jar
    b765c000-b765e000 r-xs 00009000 fd:00 64042      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.resources.base_7.7.4.v200808192138/sdbresbase.jar
    b765e000-b765f000 r-xs 00003000 fd:00 64417      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.resources_7.7.4.v200808192138/sdbresources.jar
    b765f000-b7660000 r-xs 00003000 fd:00 64090      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.core.logging_7.7.4.v200808192138/sdblogging_1.0.jar
    b7660000-b7662000 r-xs 00004000 fd:00 64550      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.analysis.trace.reader.plaintext_7.7.4.v200808192138/sdbtracereaderplain.jar
    b7662000-b7664000 r-xs 0000e000 fd:00 64192      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.analysis.trace.reader.knldiagx_7.7.4.v200808192138/sdbtracereaderknl.jar
    b7664000-b7666000 r-xs 00007000 fd:00 64203      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.analysis.trace.reader.dbstudio_7.7.4.v200808192138/sdbtracereaderdbstd.jar
    b7666000-b7667000 rwxs 00000000 fd:04 1576459    /home/simix/.sdb/feker.bi.corp.invoca.ch/simix/jdbctrace.shm
    b7667000-b766d000 r-xs 00063000 fd:00 64564      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/minDB.jar
    b766d000-b7670000 r-xs 00030000 fd:00 64563      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/webdavServletMaxDB_1.1.jar
    b7670000-b7673000 r-xs 00012000 fd:00 64562      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/toolsUtil_1.1.jar
    b7673000-b767a000 r-xs 00062000 fd:00 64561      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/eclipseWebdav_3.1.jar
    b767a000-b767c000 r-xs 00016000 fd:00 64558      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/servlet-api.jar
    b767c000-b7686000 r-xs 000a0000 fd:00 64559      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.library_7.7.4.v200808192138/lib/sapdbc.jar
    b7686000-b7688000 r-xs 00005000 fd:00 64049      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.analysis.trace.model_7.7.4.v200808192138/sdbtracemodel.jar
    b7688000-b7689000 r-xs 00004000 fd:00 64095      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.dbmprocess_7.7.4.v200808192138/sdbdbmprocess.jar
    b7689000-b768a000 r-xs 00001000 fd:00 64048      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.core.eventlog_7.7.4.v200808192138/sdbevtlog.jar
    b768a000-b768d000 r-xs 0000b000 fd:00 64631      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.core_7.7.4.v200808192138/sdbcore.jar
    b768d000-b7693000 r-xs 0003b000 fd:00 64578      /opt/sdb/programs/DatabaseStudio/eclipse/plugins/com.sap.sdb.tools.ui_7.7.4.v200808192138/sdbui.jar
    b7693000-b7700000 r-xp 00000000 fd:03 3114918    /usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf
    b7700000-b77fa000 rwxp b7700000 00:00 0
    b77fa000-b7800000 --xp b77fa000 00:00 0
    b781d000-b781f000 r-xs 00000000 fd:05 31792      /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2
    b781f000-b7825000 r-xs 00000000 fd:05 31793      /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86.cache-2
    b7825000-b7828000 r-xs 00000000 fd:05 34598      /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86.cache-2
    b7828000-b782e000 r-xs 00000000 fd:05 31752      /var/cache/fontconfig/7ddba6133ef499da58de5e8c586d3b75-x86.cache-2
    b782e000-b7830000 r-xs 00000000 fd:05 31791      /var/cache/fontconfig/e3ead4b767b8819993a6fa3ae306afa9-x86.cache-2
    b7830000-b7838000 r-xs 00000000 fd:05 31942      /var/cache/fontconfig/e19de935dec46bbf3ed114ee4965548a-x86.cache-2
    b7838000-b783d000 r-xs 00000000 fd:05 31790      /var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-x86.cache-2
    b783d000-b7844000 r-xs 00042000 fd:00 64905      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.debug.core_3.3.0.v20070607-1800.jar
    b7844000-b7848000 r-xs 00022000 fd:00 64835      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.console_3.2.0.v20070530.jar
    b7848000-b784e000 r-xs 00034000 fd:00 64824      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.text_3.3.0.v20070606-0010.jar
    b784e000-b7851000 r-xs 00020000 fd:00 65274      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.externaltools_3.1.200.v20070416.jar
    b7851000-b7852000 r-xs 00007000 fd:00 64845      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.net_1.0.0.I20070531.jar
    b7852000-b785a000 r-xs 000a4000 fd:00 64759      /opt/sdb/programs/DatabaseStudio/plugins/org.mortbay.jetty_5.1.11.v200706111724.jar
    b785a000-b7864000 r-xs 00077000 fd:00 64836      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.workbench.texteditor_3.3.0.v20070606-0010.jar
    b7864000-b7865000 r-xs 00005000 fd:00 64903      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416.jar
    b7865000-b7866000 r-xs 00005000 fd:00 64902      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.osgi.util_3.1.200.v20070605.jar
    b7866000-b786c000 r-xs 00049000 fd:00 64823      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.help.base_3.3.0.v20070606.jar
    b786c000-b7872000 r-xs 0006a000 fd:00 65281      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.help.webapp_3.3.0.v20070607.jar
    b7872000-b7874000 r-xs 0000a000 fd:00 64854      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.ide.application_1.0.0.I20070530-0100.jar
    b7874000-b7876000 r-xs 00004000 fd:00 64822      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.jsp.jasper_1.0.0.v20070607.jar
    b7876000-b7878000 r-xs 00005000 fd:00 65248      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.jsch.core_1.0.0.I20070426.jar
    b7878000-b787b000 r-xs 00012000 fd:00 64904      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar
    b787b000-b7880000 r-xs 00029000 fd:00 65272      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.browser_3.2.100.v20070524A.jar
    b7880000-b788a000 r-xs 0009c000 fd:00 65278      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
    b788a000-b789d000 r-xs 000db000 fd:00 64969      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.jface_3.3.0.I20070606-0010.jar
    b789d000-b78c7000 r-xs 001e2000 fd:00 65264      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.debug.ui_3.3.0.v20070607-1800.jar
    b78c7000-b78ce000 r-xs 00049000 fd:00 64827      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.cheatsheets_3.3.0.v20070507.jar
    b78ce000-b78d0000 r-xs 00004000 fd:00 65279      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
    b78d0000-b78d2000 r-xs 00007000 fd:00 64900      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.http.registry_1.0.0.v20070608.jar
    b78d2000-b78d4000 r-xs 00009000 fd:00 65271      /opt/sdb/programs/DatabaseStudio/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
    b78d4000-b78ec000 r-xs 0011e000 fd:00 65283      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.team.ui_3.3.0.I20070607.jar
    b78ec000-b78f0000 r-xs 0001a000 fd:00 65262      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.jface.databinding_1.1.0.I20070606-0010.jar
    b78f0000-b7901000 r-xs 001c2000 fd:00 65275      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.swt.gtk.linux.x86_3.3.0.v3346.jar
    b7901000-b7904000 r-xs 00018000 fd:00 65268      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.filebuffers_3.3.0.v20070606-0010.jar
    b7904000-b7906000 r-xs 00003000 fd:00 64967      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
    b7906000-b7908000 r-xs 00002000 fd:00 64898      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.rcp_3.2.0.v20070612.jar
    b7908000-b7912000 r-xs 00063000 fd:00 64860      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar
    b7912000-b791a000 r-xs 00056000 fd:00 65253      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.team.core_3.3.0.I20070607.jar
    b791a000-b7937000 r-xs 0018c000 fd:00 65269      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar
    b7937000-b793b000 r-xs 0001f000 fd:00 65285      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui_3.3.0.I20070614-0800.jar
    b793b000-b793d000 r-xs 00008000 fd:00 64833      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.net_1.0.0.I20070516.jar
    b793d000-b794e000 r-xs 000be000 fd:00 64901      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.jface.text_3.3.0.v20070606-0010.jar
    b794e000-b7955000 r-xs 00036000 fd:00 64831      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.databinding_1.0.0.I20070606-0010.jar
    b7955000-b7960000 r-xs 00079000 fd:00 64837      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.editors_3.3.0.v20070606-0010.jar
    b7960000-b7964000 r-xs 00029000 fd:00 64972      /opt/sdb/programs/DatabaseStudio/plugins/com.jcraft.jsch_0.1.31.jar
    b7964000-b7966000 r-xs 00003000 fd:00 65277      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.http.jetty_1.0.0.v20070607.jar
    b7966000-b796c000 r-xs 0003a000 fd:00 64979      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ltk.core.refactoring_3.3.0.v20070606-0010.jar
    b796c000-b796e000 r-xs 00001000 fd:00 65252      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20070607.jar
    b796e000-b7972000 r-xs 00024000 fd:00 65251      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.registry_3.3.0.v20070522.jar
    b7972000-b7974000 r-xs 00012000 fd:00 65273      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.jobs_3.3.0.v20070423.jar
    b7974000-b7976000 r-xs 00006000 fd:00 64825      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.variables_3.2.0.v20070426.jar
    b7976000-b7978000 r-xs 00006000 fd:00 65265      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.update.scheduler_3.2.100.v20070615.jar
    b7978000-b797c000 r-xs 00017000 fd:00 64975      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.navigator.resources_3.3.0.I20070605-0010.jar
    b797c000-b797e000 r-xs 00012000 fd:00 65254      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.expressions_3.3.0.v20070606-0010.jar
    b797e000-b7985000 r-xs 00045000 fd:00 64983      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.navigator_3.3.0.I20070605-0010.jar
    b7985000-b7992000 r-xs 00097000 fd:00 65247      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.compare_3.3.0.I20070606.jar
    b7992000-b7994000 r-xs 0000e000 fd:00 65284      /opt/sdb/programs/DatabaseStudio/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar
    b7994000-b799e000 r-xs 00073000 fd:00 64982      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.update.ui_3.2.100.v20070615.jar
    b799e000-b79a0000 r-xs 00007000 fd:00 65266      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.http.servlet_1.0.0.v20070606.jar
    b79a0000-b79a3000 r-xs 00010000 fd:00 64984      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.views_3.2.100.I20070319-0010.jar
    b79a3000-b79a6000 r-xs 00014000 fd:00 64857      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.runtime.compatibility_3.1.200.v20070502.jar
    b79a6000-b79a8000 r-xs 00009000 fd:00 64971      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.filesystem_1.1.0.v20070606.jar
    b79a8000-b79b9000 r-xs 000b0000 fd:00 64762      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.gef_3.2.100.v20070620.jar
    b79b9000-b79d7000 r-xs 003c5000 fd:00 64858      /opt/sdb/programs/DatabaseStudio/plugins/com.ibm.icu_3.6.1.v20070417.jar
    b79d7000-b79da000 r-xs 0001b000 fd:00 65280      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.resources.compatibility_3.2.100.v20070502.jar
    b79da000-b79dc000 r-xs 00008000 fd:00 65250      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.databinding.beans_1.0.0.I20070606-0010.jar
    b79dc000-b79ee000 r-xs 005e1000 fd:00 64978      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.platform.doc.user_3.3.0.I20070615-1300.jar
    b79ee000-b79f2000 r-xs 00016000 fd:00 65249      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.commands_3.3.0.I20070605-0010.jar
    b79f2000-b79f4000 r-xs 0000f000 fd:00 64859      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.jsch.ui_1.0.0.I20070525.jar
    b79f4000-b79fc000 r-xs 00076000 fd:00 64899      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.draw2d_3.2.100.v20070529.jar
    b79fc000-b7a04000 r-xs 00065000 fd:00 64829      /opt/sdb/programs/DatabaseStudio/plugins/org.apache.lucene_1.9.1.v200706111724.jar
    b7a04000-b7a07000 r-xs 0001d000 fd:00 65267      /opt/sdb/programs/DatabaseStudio/plugins/org.apache.commons.el_1.0.0.v200706111724.jar
    b7a07000-b7a08000 r-xs 00001000 fd:00 64828      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.boot_3.1.100.v20060603.jar
    b7a08000-b7a0b000 r-xs 00017000 fd:00 64856      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.preferences_3.2.100.v20070522.jar
    b7a0b000-b7a1c000 r-xs 00194000 fd:00 64826      /opt/sdb/programs/DatabaseStudio/plugins/org.apache.jasper_5.5.17.v200706111724.jar
    b7a1c000-b7a1e000 r-xs 00010000 fd:00 65263      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.app_1.0.0.v20070606.jar
    b7a1e000-b7a20000 r-xs 00010000 fd:00 64830      /opt/sdb/programs/DatabaseStudio/plugins/org.apache.lucene.analysis_1.9.1.v200706181610.jar
    b7a20000-b7a22000 r-xs 00016000 fd:00 65270      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ant.core_3.1.200.v20070522.jar
    b7a22000-b7a26000 r-xs 0001f000 fd:00 64968      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.help_3.3.0.v20070524.jar
    b7a26000-b7a2b000 r-xs 0003f000 fd:00 64977      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.intro_3.2.100.v20070530.jar
    b7a2b000-b7a2c000 r-xs 00001000 fd:00 65246      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.update.core.linux_3.2.0.v20070615.jar
    b7a2c000-b7a2f000 r-xs 00018000 fd:00 64834      /opt/sdb/programs/DatabaseStudio/plugins/javax.servlet_2.4.0.v200706111738.jar
    b7a2f000-b7a30000 r-xs 00003000 fd:00 65282      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.swt_3.3.0.v3346.jar
    b7a30000-b7a32000 r-xs 00016000 fd:00 64821      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.presentations.r21_3.2.100.I20070605-0010.jar
    b7a32000-b7a72000 r-xs 00353000 fd:00 65276      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar
    b7a72000-b7a7b000 r-xs 00060000 fd:00 64855      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.help.ui_3.3.0.v20070530.jar
    b7a7b000-b7a85000 r-xs 0008a000 fd:00 64981      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.update.core_3.2.100.v20070615.jar
    b7a85000-b7a88000 r-xs 00014000 fd:00 64832      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.views.properties.tabbed_3.3.0.I20070605-0010.jar
    b7a88000-b7a8b000 r-xs 0000d000 fd:00 64853      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.osgi.services_3.1.200.v20070605.jar
    b7a8b000-b7a95000 r-xs 0006a000 fd:00 64974      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar
    b7a95000-b7a9b000 r-xs 00040000 fd:00 64761      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.forms_3.3.0.v20070511.jar
    b7a9b000-b7a9d000 r-xs 00010000 fd:00 64976      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar
    b7a9d000-b7a9f000 r-xs 00016000 fd:00 64980      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.update.configurator_3.2.100.v20070615.jar
    b7a9f000-b7aa1000 r-xs 00015000 fd:00 64973      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar
    b7aa1000-b7aaf000 r-xs 000d5000 fd:00 64970      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
    b7aaf000-b7b25000 rwxp b7aaf000 00:00 0
    b7b26000-b7b2d000 r-xs 00110000 fd:03 493718     /usr/java/jdk1.6.0_07/jre/lib/resources.jar
    b7b2d000-b7b5f000 rwxp b7b2d000 00:00 0
    b7b5f000-b7cea000 r-xs 02def000 fd:03 494902     /usr/java/jdk1.6.0_07/jre/lib/rt.jar
    b7cea000-b7eea000 r-xp 00000000 fd:03 861633     /usr/lib/locale/locale-archive
    b7eea000-b7ef2000 rwxp b7eea000 00:00 0
    b7ef6000-b7ef7000 r-xs 00001000 fd:00 65257      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/compatibility.jar
    b7ef7000-b7ef8000 r-xs 00002000 fd:00 64838      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/runtime_registry_compatibility.jar
    b7ef8000-b7efa000 r-xs 00009000 fd:00 64760      /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    b7efa000-b7f02000 rwxs 00000000 fd:01 63490      /tmp/hsperfdata_simix/4498
    b7f02000-b7f03000 rwxp b7f02000 00:00 0
    b7f03000-b7f04000 r-xp b7f03000 00:00 0
    b7f04000-b7f0b000 r-xs 00000000 fd:03 917745     /usr/lib/gconv/gconv-modules.cache
    bfdb7000-bfdba000 --xp bfdb7000 00:00 0
    bfdba000-bfe07000 rwxp bfdba000 00:00 0          [stack]
    bfe07000-bfe09000 rw-p bfe07000 00:00 0
    VM Arguments:
    jvm_args: -Xms40m -Xmx1024m
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=/usr/java/default
    PATH=/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/simix/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_07/jre/lib/i386/client::/usr/java/jdk1.6.0_07/jre/lib/i386::/usr/lib/xulrunner-1.9:/usr/lib/xulrunner-1.9
    SHELL=/bin/bash
    DISPLAY=localhost:11.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x3be780], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x3be780], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x30f880], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x30f880], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x30f880], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x3118c0], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x311660], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x311660], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x311660], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x311660], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
      S Y S T E M  -
    OS:CentOS release 5.2 (Final)
    uname:Linux 2.6.18-92.1.13.el5 #1 SMP Wed Sep 24 19:33:52 EDT 2008 i686
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 8191, NOFILE 1024, AS infinity
    load average:0.97 0.49 0.32
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 7 stepping 3, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 515544k(6068k free), swap 1015800k(1015796k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b23) for linux-x86 JRE (1.6.0_07-b06), built on Jun 10 2008 01:33:02 by "java_re" with gcc 3.2.1-7a (J2SE release)
    time: Tue Oct  7 09:31:32 2008
    elapsed time: 34 seconds

    Hello Melanie,
    Thanks for looking into it. The file sdb/DatabaseStudio/.metadata/.plugins/com.sap.sdb.tools.core/dbstudio.log shows only this:
    Database Studio
    Version           : 1.0
    Eclipse Version   : 3.2.0
    ====================> current write pos <====================
    The file sdb/DatabaseStudio/.metadata/.log deoesn't exist.
    I think the problem is because dbstudio doesn't reach a state where it starts logging.
    Now, I tried to investigate again and found a solution. Somehow one of the shipped libs produces the crashes. It's in org.eclipse.swt.gtk.linux.x86_3.3.0.v3346.jar. So I simply put org.eclipse.swt.gtk.linux.x86_3.4.0.v3448f.jar from a newer eclipse build into /opt/sdb/programs/DatabaseStudio/plugins/ and voila, it works. Tried it on different hosts and it works on all of them. I tool the file from the eclipse 'ganymede' release.
    I know that doesn't really tell where the problem is but at least it's a workaraound for me.
    Thanks,
    Simon

  • How to display the contents of java.util.list in a frame???

    i should use awt only not applet...
    i need to display the contents of java.util.list in a frame...
    the contents contains rows queried from a oracle database.....
    the contents should be displayed similar to how a lable is displayed..
    please help me out..
    thanks
    dinesh

    Of course there is something in AWT:
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/List.
    htmlagain, if you carefully read the question, he needs a
    table to display a JDBC result set. There is no
    pre-made table component in AWT.Well, I read that he filled the data into a java.util.List and now wants to display this list. So a List-component should be sufficient. But I might be wrong...
    -Puce

  • How to display the content of a file in the portal?

    Hey guys, could anyone help?
    I just created a page which includes two iView, one is KM Navigation iView to display a certain repository, while the other is for displaying the content of a certain file I click in the navigation iView.
    And now the problem is when I click a file in the KM Navigation iView, it will pop up a new window to display it. How can I make it displayed in a fixed iView, which type of this iView should be?

    Hi,
    you can try to use the:
    <b>ConsumerTreeListPreview</b>
    layout for KM navigation ivew (or customize to your own).
    This layout shows a folder tree on the left, a document list on the right. When you click on a document from the list it shows the contents of the file on the bottom of the iview.
    Hope this helps,
    Romano

  • How to display the content of a BLOB column in a ADF/BC pages ?

    How to display the content of a BLOB column in a ADF/BC pages ?
    There is some image in database table blog column. And we want to display image on the screeen.
    There is some example about upload and dowload blog columns.
    (steve not yet document example page etc...)
    But We want to display blog picture in a image component...
    is there any basic way to do it ?
    Thanks a lot...

    Ali,
    You could just download the sample app... but... here is the servlet code from the demo (look at it just for technique - you'll obviously have to change it for your needs)...
    John
    package oracle.fodemo.storefront.servlet;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import oracle.jbo.ApplicationModule;
    import oracle.jbo.Key;
    import oracle.jbo.Row;
    import oracle.jbo.ViewObject;
    import oracle.jbo.client.Configuration;
    import oracle.jbo.domain.BlobDomain;
    import oracle.jbo.domain.DBSequence;
    import oracle.jbo.domain.Number;
    import oracle.jbo.server.ViewObjectImpl;
    public class ImageServlet
      extends HttpServlet
      private static final String CONTENT_TYPE =
        "image/jpg; charset=windows-1252";
      public void init(ServletConfig config)
        throws ServletException
        super.init(config);
      public void doGet(HttpServletRequest request,
                        HttpServletResponse response)
        throws ServletException, IOException
        response.setContentType(CONTENT_TYPE);
        response.setContentType(CONTENT_TYPE);
        String detailProductId = request.getParameter("detail");
        String thumbnailProductId = request.getParameter("thumbnail");
        boolean thumbnail = true;
        String productId = null;
        OutputStream os = response.getOutputStream();
        String amDef = "oracle.fodemo.storefront.store.service.StoreServiceAM";
        String config = "StoreServiceAMLocal";
        ApplicationModule am =
          Configuration.createRootApplicationModule(amDef, config);
        ViewObjectImpl vo =
          (ViewObjectImpl) am.findViewObject("ProductImages"); // get view object (the same as used in the table)
        if (detailProductId != null)
          productId = detailProductId;
          thumbnail = false;
        else
          productId = thumbnailProductId;
        vo.defineNamedWhereClauseParam("paramThumbnail", null, null);
        vo.defineNamedWhereClauseParam("paramProductId", null, null);
        vo.setWhereClause("DEFAULT_VIEW_FLAG = :paramThumbnail AND PRODUCT_ID = :paramProductId");
        vo.setNamedWhereClauseParam("paramThumbnail", (thumbnail? "Y": "N"));
        vo.setNamedWhereClauseParam("paramProductId", productId);
        vo.executeQuery();
        Row product = vo.first();
        BlobDomain image = (BlobDomain) product.getAttribute("Image");
        InputStream is = image.getInputStream();
        // copy blob to output
        byte[] buffer = new byte[10 * 1024];
        int nread;
        while ((nread = is.read(buffer)) != -1)
          os.write(buffer, 0, nread);
        os.close();
        vo.setWhereClause(null);
        vo.removeNamedWhereClauseParam("paramProductId");
        vo.removeNamedWhereClauseParam("paramThumbnail");
        Configuration.releaseRootApplicationModule(am, false);
    }

  • Deployment to runtime repository in different database hangs

    Hi All
    I am facing an issue while deploying to a runtime repository in different database.
    I have created a simple mapping,taking data from one schema available in database where OWB is installed, to schema available in different database.I am changing the configuration to the control center available on target database.
    source module is associated with control center available on design repository and target module is associated with control center available on runtime repository.
    In control center manager,the message displayed at toolbar is "compiling deployment object"..after sometime OWB hangs and nothing happens.
    What could be possible reason for that?
    Thanks in advance
    Avanish

    I got the problem with OWB 10.1.0.4.0 and I had to install the path 10.1.0.5.0 for make it works !

  • Display Table contents using HTMLB...Urgent Help Plz...

    Hello All,
    Im working on EP SP14 and SQL Server 2000.
    I have successfully established database connection.
    I want to know <b>how can I display Table contents using TableViewModel in HTMLB</b>.
    Please help.
    Its urgent.
    Awaiting Reply.
    Thanks in advance,
    Uday<b></b>

    See /thread/80270 [original link is broken]
    (please stop crossposting every question into two forums; thanks in advance)

Maybe you are looking for