Display of all the objects and the lines of Source Code

I'm currently running OEM in 10 g and I have two questions:

1. How can I find an object when I know the name, but not the object type? For example, to have the name of the object, but I don't know if it's a package, procedure, function or what. How can I get information about this object in OEM?

2. when I'm compiling an object invalid such as a procedure and I get errors, the compiler displays the errors and line numbers. However, the source field does not display line numbers (like the old Java version OEM did). Is there a way to get the current line number?

I can easily do both in SQL * more. I just want to know if OEM has these capabilities.

Thank you!

Regarding question No. 1:
-good question! But there is no way to search an object without specifying the type of object

HTH

Tags: Enterprise Manager

Similar Questions

  • How to display all the lines to PRint html option in obiee 11g

    Hello

    I am facing a problem in obiee 11g (windows server 2003). I have 2 environments (SIT & dev)
    In dev I'm not confronted with no problem but in SIT when I print the report in html format only lines 1 to 25 are displayed.
    What should I do to display all the lines

    Thanks in advance
    Abdul

    Hello

    By default it will like that alone. You must enable PDF/print properties in your analysis
    Just go to edit analysis - result table edit table/pivot table see and
    -Click on properties of PDF print control - select display as "all lines".

    Then save it and run it.

    Thank you

    Deva

  • export in excel without displaying all the lines

    Hello
    I use OBIEE version 10.1.3.4.1.
    I have a "point of view of table" report with thousands of lines.

    I would like to export a report to Excel, without displaying the data. Is possible to program execution as an export in Excel?

    Otherwise I enabled "Page control" by "50 one row per page." Is possible to export to Excel all the line of the report without to see all?

    Thank you

    Sara

    Published by: Sara C. gen-25-2010 6.23

    Hi Sara,.

    you have 2 options:
    1. use ibots for your report in the form of an excel. This would avoid the generation of report.
    2. use "Download to Excel" option. This option downloads all of the content and NOT those shown on the screen.

    I hope this helps.

    see you soon,
    Vineeth

  • I still have not found "help" to tell me how to remove all the lines and columns beyond those needed for my spreadsheet.

    I used several worksheets.  More allows me to specify the rows/columns and then delete them.  This is to remove all the lines/columns beyond those set up and formatted for my spreadsheet.   I tried many ways to remove all additional lines/columns, but without success.  I even took the time to scroll down/on to highlight all the unnecessary lines and columns, but they do not remove it.
    Any suggestions?  I used spreadsheets most allow me to specify the number of rows/columns for my worksheet

    You can ask your question in the office | Excel Forum because it is not really a problem of Windows XP performance and maintenance.

    Office | Excel

    http://answers.Microsoft.com/en-us/Office/Forum/Excel

    Also, providing specific information may help to get a faster response or better, such as the version of Office or Excel? version of Windows XP? Home, Pro, 32-bit or 64-bit.

    I hope this helps.

  • How to filter data according to internal application and in case if returns nothing outside the query must return all the lines

    create table ab (a number, b varchar2 (20));

    Insert into ab

    Select rownum, rownum. "" sample "

    of the double

    connect by level < = 10

    create table bc (a number, b varchar2 (20));

    Insert into BC.

    Select rownum + 1, rownum + 1 | "" sample "

    of the double

    connect by level < = 10

    Select * AB

    where b in (select b BC where b = "2sample")

    This query will return me 1 row, but there are cases where the value of the parameter b is null

    and that it should return all rows in the table

    as

    Select * AB

    where b in (select b BC where b = "2sample")

    which return specific values, but I want to change in a way when the inner query returns nothing then outer query should return all the lines and works as

    Select * AB;

    Is it possible to put in a single query

    Hello

    You seem to ask for different things.  You want all the lines AB when

    1. The parameter ("2sample' in the example) is NULL, or when
    2. There is no corresponding row in the 2 tables (which could happen even if the parameter is not NULL)

    ?

    Assuming you want the option 2, here's one way:

    WITH got_rnk AS

    (

    SELECT ab.*

    DENSE_RANK () (ORDER IN CASE

    WHEN b (IN)

    SELECT b

    BC.

    WHERE b = "2sample" - parameter

    )

    THEN "A".

    OF ANOTHER 'B '.

    END

    ) AS rnk

    AB

    )

    SELECT a, b

    OF got_rnk

    WHERE rnk = 1

    ;

    This does not assume b is unique in each table.

    Thanks for posting the CREATE TABLE and INSERT statements; It is very useful.

  • Not able to get all the lines of business by program object

    Hello

    I use code below to get all the lines of a business object, but this code is back only 1 row is the first row of the business object.

    Please help me in this to be able to get all the lines.

    public String updateEmployee (String oldName, String newName) {}
    Rank [] is getInsertViewObj1 () .getAllRowsInRange ();.

    int j = row.length;

    for (int i = 0; i < j; i ++) {}

    String name = (String) row [i] .getAttribute ("Employeename");

    {if (OldName.equalsIgnoreCase (Name))}

    row [i] .setAttribute ("EmployeeName", NewName);
    getInsertViewObj1 () .getApplicationModule () .getTransaction () .commit ();
    break;
    }

    Hello

    Before calling getAllRowsInRange(), use vo.setRangeSize(-1).

    Thank you

  • Disorder by displaying all the lines in the classic report

    Hello

    I have a classic report coming out data based on the variable binding element (which is a selection list). Some entries should have about 200 lines, but the page shows only 15 lines.

    I tried assign none to paging still don't see all the lines. Here is my setup for the pagination of the table: http://i.imgur.com/iQoG0.png

    If I get my pagination back, then I have the chance to see all the lines by clicking next but I need to show all the lines in the page. Is this what I need to do besides assign none to paging?

    Apex 4.1.1

    See you soon

    Hello
    >
    I have a classic report coming out data based on the variable binding element (which is a selection list). Some entries should have about 200 lines, but the page shows only 15 lines.

    I tried assign none to paging still don't see all the lines. Here is my setup for the pagination of the table: http://i.imgur.com/iQoG0.png
    >
    The question of the number of lines determines the number of lines on the page. You have set to 999, which seems correct.
    >
    If I get my pagination back, then I have the chance to see all the lines by clicking next but I need to show all the lines in the page. Is this what I need to do besides assign none to paging?
    >

    Add a paging process reset point treatment "before areas" (or anywhere before this) and you will be ok.
    The browser cache does not clear the paging alone sometimes.

    See you soon,.

  • sum of all the lines before and the line real (11g)

    Hello
    I would like to know how to summarize the value in a column of all the lines before the actual and real. A simple example

    Select the ID of
    (
    Select rownum, 1 double ID
    Union
    Select rownum, 2 double
    Union
    Select rownum, 3 double
    Union
    Select rownum, 4 double
    Union
    Select rownum, 5 double
    Union
    Select rownum, 6 double
    Union
    Select rownum, 7 double
    )

    offers

    ID
    1
    2
    3
    4
    5
    6
    7

    and I would have

    ID SUM
    1 1
    2 3
    3 6
    4 10
    5 15
    6 21
    7 28

    Thanks for any help
    Best regards

    Hello

    Here's a way to do it:

    with t as
    (
    select rownum r ,1 ID from dual
    union
    select rownum,2 from dual
    union
    select rownum,3 from dual
    union
    select rownum,4 from dual
    union
    select rownum,5 from dual
    union
    select rownum,6 from dual
    union
    select rownum,7 from dual
    )
    select id, sum(id) over (order by id) sum
    from t ;
    
            ID        SUM
    ---------- ----------
             1          1
             2          3
             3          6
             4         10
             5         15
             6         21
             7         28
    

    Kind regards
    Sylvie

  • All the lines in the table of the ADF appear selected when the page loads

    I have a web application which for some adf displayed tables, displays all the lines highlighted that if they were selected. Not all tables in the request to do so, but those who have this feature do it every time.

    I see no difference between the declaration for tables that do not appear as well and those who aren't.

    I use 11.1.2.1 on Windows 7.

    Can someone point me in the right direction? The rowSelection property is set to unique and set apart from that I have no idea where to begin the search.

    Hello

    Just a wild guess here,

    You have the properl PKs defined in these tables?

    Kind regards
    Dimitris.

  • oracle.jbo.TxnValException: unable to validate all the lines in a transaction

    After click on the button Save this error appears "Unable to validate all the lines in a transaction", while any attribute Required has been defined with correct values

    This not always displayed error, I can't catch the error scenario, so if anyone has idea about this error please tell me.

    Thank you.

    Error log

    at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:4336)

    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1956)

    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2277)

    at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1578)

    at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1405)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1427)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2142)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:730)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:394)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.jheadstart.controller.jsf.bean.CommitBean.execute(CommitBean.java:127)

    at oracle.jheadstart.controller.jsf.bean.CommitBean.execute(CommitBean.java:82)

    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:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:157)

    The solution in my case was to put

    -Transaction > begin always new transaction

    -check the data controls share with the call of workflow

    in the workflow of the page

  • How to access all the lines one by one, a table ADF via managed bean

    Hi Experts,

    Hi I'm new in the ADF.

    Could someone help me to fix the case below?

    Scenario - I have a table called Test_T1 that have 4 columns C1, C2, C3, C4. Creation of EO, VO and AM for test_t1.
    When created in pages ADF, I selected the option "automatically exposed components UI in new managed bean" (mynewmanagedbean.java).
    Control data drag and drop Test_T1 table in the page as a table of the ADF.
    Set the properties is read-only C1, C2, C3 and C4 is an input text.
    Add after the table and attathed button action on the mynewmanagedbean.java bean managed.
    At the time of the Test_T1 page filled with a few No.. lines (such as 9).
    How can I access all the lines above through the key without selection of these.
    In fact, I want to print all the rows of the table in the log at the time to press the button.

    Thanks in advance.

    Sorry for the delay, the code was copied from another test case. You can work directly with the line...
    I created a new test case based on the departments of the HR schema table:

    import oracle.adf.model.BindingContext;
    import oracle.adf.model.bean.DCDataRow;
    import oracle.adf.model.binding.DCBindingContainer;
    import oracle.adf.model.binding.DCIteratorBinding;
    import oracle.adf.share.logging.ADFLogger;
    
    import oracle.jbo.Row;
    
    public class DumpRows
    {
        private static ADFLogger _logger = ADFLogger.createADFLogger(DumpRows.class);
        public DumpRows()
        {
        }
    
        public String cb3_action()
        {
            DCBindingContainer bindings =
            (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
            DCIteratorBinding dcIteratorBindings =
            bindings.findIteratorBinding("DepartmentsView1Iterator");
    
            // Get all the rows of a iterator
            Row[] rows = dcIteratorBindings.getAllRowsInRange();
            for (Row row : rows) {
                String depname = (String)row.getAttribute("DepartmentName");
                _logger.info(depname);
            }
            return null;
        }
    }
    

    As you do not have the class of line interface build you must get the attributes in their names. Be careful here, because any misspelling is cought only when you run the application.

    Timo

  • Select all the lines

    Is there a way to select all the lines in a drawing so that these can be uniformly the same line width?

    JJF,

    No doubt, you can use one of the options to select > Object, or in some > even, or do it in a few steps with either / noth.

  • How to restore all the lines after you have inserted by OracleBulkCopy()

    Hello

    I tried to restore an outer transaction and also tried to abort OracleBulkCopy() but it is still inserted all the lines. Someone knows how to do this?

    Case 1: Failed. Any line inserted in any case.

    OracleConnection connection = new OracleConnection;
    connection. Open();
    OracleTransaction trans = connection. BeginTransaction();
    OracleBulkCopy bulkCopy = new OracleBulkCoopy (connection, OracleBulkCopyOptions.Default);
    bulkCopy.DestinationTableName = "SomeTable";

    bulkCopy.WriteToServer (SomeDataTable);
    TRANS. Rollback();

    Case 2: Use OracleRowsCopiedEventHandler delegate and in the reminder set Oracle.RowsCopiedEventsArgs.Abort to true and then restore on the transaction in the catch block. Does not work either.

    Thank you.
    Hoang

    OK, I got the answer of the Oracle. Transaction is not currently supported with OracleBulkCopy().

  • Find all the lines from the previous column value difference lines

    I have an interesting requirement. There is a DATE column and a user in one table and I have to find all the lines for all users for which the previous and the current line has lagged in lets say more than 30 minutes. The rows are already sorted in time.

    For example in the following table, we need to ID 4 and 6 for user 1.


    Date of the user ID
    1 1 today 1 hr. 0 Min. 0 sec.
    today 2 1 1 hour 1 min 0 sec
    Today 3 1 1 hour 29 min 0 s
    * 4-1 today 1 hour 59 min 3s *.
    5 1 today 2 hours 10 min 2 sec
    * 6 1 today 2 hours 50 min 7 s *.

    Published by: user733179 on March 5, 2009 12:00

    Hello

    To obtain a separate calculation for each value of the usr, start the analytical clause with "BY usr PARTITION":

    WITH     got_dif     AS
    (
         SELECT     id,     dt,     usr
         ,     (dt - LAG (dt)
                    OVER ( PARTITION BY  usr
                              ORDER BY          dt
                            )
              )             -- difference in days
                  * 24 * 60  AS minutes_dif
         FROM     table_x
    --     WHERE     ...     -- if needed
    )
    SELECT     id,     dt,     usr
    FROM     got_dif
    WHERE     minutes_dif     > 30
    ;
    
  • the display of the 6.0 source code?

    It used to be under DISPLAY, the display of the 6.0 source code?

    One of them allows to see the source of the page:

    • Tools > Web Developer > Page Source (Cmd + U)
    • Right-click on a web page to open the shortcut menu and select the Source of the Page

Maybe you are looking for