How to know listener name in unix

Hi Expert,
I'm working in solaris 5.9 and oracle 9i, i wanted to know the listener names. since there are some SID running on different port. How do i list the names of listeners.
Thanks

Actually i suspect some other listener name exit
Whats the basis of this suspicion?Whats the threat/problem if there are multiple listeners running?
There is no other file which lists the listeners excep the listener.ora.If that is not what you want to look for than look for the os/ ps command to show the listener process running as already postd.
Aman....

Similar Messages

  • How to know file names & version on EBS 12.1.1

    Hi guys
    Please help I work with EBS 12..1.1 on HP-UX
    When apply patch no. 8429053 to support financial consultant ,I read the patch read me and as required I must know the file name and version as following .
    *3. Fixed File Names and versions*
    *$xla/patch/115/sql/xlaaptrn.pkb 120.63.12010000.14*
    and i found wrote *"cd $XLA"* then I didn't find it how to know this info
    Thanks

    Hi,
    It's not uncommon for the documentation to omit '_TOP' from the environment variable names, unfortunately. Try 'cd $XLA_TOP' instead.
    You can refer to Note 121916.1: How To Get Version of Programs, Files, and Objects Necessary for Oracle Applications? to find out how to get the version of the file you need.
    (Edit: Whoops, look like I left my browser tab open too long, and Srini already answered your question. :) )
    Regards,
    John P.
    http://only4left.jpiwowar.com
    Edited by: jpiwowar on Apr 24, 2010 8:17 AM

  • How to know file name in FTP/file Adapter

    Iam new to FTP/file Adapter,
    when ever we use ftp/file adpter,
    afrter pick file from remote server/local system.
    how can i fine filename,?
    how can handling a fault,if file picked,but data is wrong ?
    How we know the picked date, time of that picked file ?
    please give me solution

    Check this : http://docs.oracle.com/cd/E25178_01/integration.1111/e10231/adptr_propertys.htm#CHDJBDHC
    Search for this topic : Table A-5 JCA Properties for Oracle File Adapter: Normalized Properties.
    After the file has been picked up, you can easily fetch the file details using "jca.file.FileName" etc (see above).
    Rest should be dealt by you, depending upon the scenario you have.
    HTH

  • How to know the name of a message catalog

    Hi ,
    is it possible to know the name of a message catalog at runtime
    (ie: 'myappli.cat' in place of qqlo_MessageCatalog) ????
    thanks.
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : (33) 02.54.60.26.27
    Fax : (33) 02.54.60.25.00
    e-mail: mailto:[email protected]
    web : http://www.alliance-sante.fr
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    You can use @@PROCID And Object_Name() to get that value, for example
    Create Function dbo.FooGetMyOwnName ()
    Returns sysname
    AS
    Begin
    Declare @MyName sysname;
    Set @MyName = Object_Name(@@PROCID);
    Return @MyName;
    End;
    go
    Select dbo.FooGetMyOwnName();
    go
    sp_rename 'dbo.FooGetMyOwnName', 'FooIChangedMyName';
    go
    Select dbo.FooIChangedMyName();
    go
    Drop Function dbo.FooIChangedMyName;
    Tom

  • How to know the name of the user who has uploaded a unix file?

    Hello, say someone has uploaded a file on the unix server.Is there a way to know who has uploaded it(the username)?

    Hi ,
    You can use OPEN DATASET and CLOSE DATASET statements for it.
    PLease let me know if you still need any more details.
    Thanks and regards,
    Rajeshwar.

  • How to know column name (not an expression) used by function-based index?

    Hi guys,
    Is there any way to know exact column name used by FBI? If I correct, there is SYS.ICOLDEP$ table that has mapping between index/table columns, but I don't see how it could be uniquely joined with the rest. I know about USER_IND_EXPRESSIONS, but the task is to know exact column name, not it's expression.
    This required by our so-called SQL preprocessing of DB schema update utility, which parses stmt (INSERT in our case) and should check against PK/UNIQUE key values.
    Thanks!

    I don't think this is possible in 10g or 11g because :
    1. dictionary keeps track of column number in index and not in table
    2. the expression used in CREATE INDEX is a system generated column
    You would have to parse the expression from USER_IND_EXPRESSIONS:
    SQL> create table t(x int, y int);
    Table created.
    SQL> create index fbi on t(y+1);
    Index created.
    SQL> column index_name format a10
    SQL> column column_name format a20
    SQL> column column_expression format a10
    SQL> select i.index_name, ic.column_name, ic.column_position as iccn, ie.column_position as iecn, ie.column_expression
      2  from user_indexes i , user_ind_columns ic, user_ind_expressions ie
      3  where i.index_name = ic.index_name
      4  and i.index_name = ie.index_name
      5  and i.index_name =  'FBI';
    INDEX_NAME COLUMN_NAME                ICCN       IECN COLUMN_EXP
    FBI        SYS_NC00003$                  1          1 "Y"+1

  • How to know database name and schema name

    Hi ,
    Once after logging in the database,how is it possible to know the current database and schema which we r using?Is there any system table where we can get the database names and schema names?
    please help me out.itz urgent.
    Regards,
    Sravan

    Probably not.
    If the database name is the name of the current database, it would be essentially redundant. If the database name is the name of some other database, in order to get the names of all the tables in the specified schema, you could create a database link to the remote system (which assumes you have a login and password to the remote database with appropriate privileges, that the database server's tnsnames.ora file has an entry for the remote database, etc) and query the remote data dictionary tables. Even if you could do that, however, you could not dynamically create triggers on the remote database since DDL over a database link.
    In theory, you could also load an appropriate JDBC driver into the database and write a Java stored procedure that would connect to the remote database (again, with an appropriate user name & password, host name, and port number) and issue DDL against that remote database. I have a hard time believing, however, that this would be a particularly beneficial approach. It would be easier just to put the appropriate code into each database that needs triggers generated or to have a separate Java application that generates triggers for a number of different databases.
    Justin

  • How to know form name and tcode

    Hi,
    I know the  driver program for layout  is PPPRZUGL. How can i come to know the form name and its associated Tcode to see the output.
    Can anybody tell me ?
    Thanks

    hi,
      Go to se11 and select the database table TNAPR .Enter the program name for it in Program name and get the corresponding records from which you can know the form configured for it.This table is used for SD-MM configurations only.Program PPPRZUGL is related to PP module .CO03 is the transaction for getting the production orders.
    Regards,
    Veeresh
    Edited by: veereshbabu ponnada on May 6, 2008 11:02 AM

  • How to know the name of the PC and the user?

    I must get the name of the PC, the User with i have enter the system, and the IP address.
    how can i get this information?
    Thanks.

    i don't know for sure, but try System.getProperty( someproperty ). maybe you can find a property you can use.
    otherwise you can write a dll in c++ an use it in java.
    native method forum:
    http://forum.java.sun.com/forum.jsp?forum=52
    tobias

  • How to know Entity Names.

    I need to know at runtime the names of all entitites in a BC4J project in order to do some initializations.
    I didn't find any way to obtain that information.
    Could someone suggest the better way to do that ?
    Tks
    Tullio

    It's a runtime code problem.
    I constructed my projects using a few projects containing Entities and Association (without any AM and VO) and many project containing an Am and the VO needed for a given app.
    Somtime my code need to know all entities and asociationsin given package in order to preform some VO implementaton but I didn't find a vway to look at the entity list.
    Tks
    Tullio

  • How to know the name of the local PC

    Hi all,
    Is there a way to find out in an ABAP program the name of the local PC from which the user is running this program? (it runs in foreground)
    An user can be logged on from several PC's at the same time so we need to know exactly from which PC he's working...
    thanks,
    Ioana

    Hi Ioana,
    I hope you had a chance to look at my answer to your VB script/Word template question... (I think it may be a cleaner way of solving your problem)
    Anyway, to answer this question, try the following:
    * Include at the top of your program:
      INCLUDE RSUSRCOM.
      INCLUDE TSKHINCL.
    * Direct kernel call to get user data.
      call 'ThUsrInfo' id 'OPCODE' field opcode_list
        id 'TAB' field usr_tabl-*sys*.
    * The table usr_tabl-*sys* will be populated with a list of users
    * and the terminal they are logged on with.
    This is quite a technical solution, and as its a direct kernel call, it may not be very upgrade compatible, but it will provide the data you are looking for.
    Cheers,
    Brad

  • How to know the name of the perform

    I would like to have the name of the perform in an abap program.
    Ex :
    Form f333_form.
    write: / 'I''m in the form', w_namef.
    enform.
    w_namef should contain f333_form.
    Like in debug (stack list).
    regards,
    Christophe

    Thank you for your answer.
    Here is the code to put a trace on each perform.
    REPORT  zzzcga012                               .
    TYPES:
       BEGIN OF abap_call_stack_entry,
         mainprogram  LIKE sy-repid,
         include      LIKE sy-repid,
         line         TYPE i,
         eventtype    LIKE abdbg-leventtype,
         event        LIKE abdbg-levent,
         flag_system  TYPE c,
       END OF abap_call_stack_entry.
    DATA:
      acse TYPE abap_call_stack_entry,
      tab  TYPE TABLE OF abap_call_stack_entry.
    **** Definition of a macro in order not to put lines in each perform
    define trace_perf.
    CALL 'ABAP_CALLSTACK' ID 'DEPTH'     FIELD 2
                          ID 'CALLSTACK' FIELD tab.
    read TABLE tab INTO acse index 1.
    *-- Der Start ab dem zweiten Eintrag ist notwendig, weil in
    *-- der ersten Tabellenzeile der aktuelle Eintrag steht, also
    *-- diese FORM-Routine.
      WRITE:
      / 'Mainprog:', acse-mainprogram,
      / 'Include: ', acse-include,
      / 'Event:   ', acse-eventtype,
                     acse-event.
    end-OF-DEFINITION.
    START-OF-SELECTION.
      PERFORM f100.
    END-OF-SELECTION.
    *&      Form  f100
    *       text
    FORM f100.
      trace_perf.  "use of macro
      PERFORM f110.
    ENDFORM.                                                    "f100
    *&      Form  f110
    *       text
    FORM f110.
        trace_perf.  "use of macro
      PERFORM f111.
    ENDFORM.                                                    "f110
    *&      Form  f111
    *       text
    FORM f111.
        trace_perf.  "use of macro
    ENDFORM.                                                    "f111

  • How to know package name in plsql

    Hi experts,
    I want to find out all packages' name within one database, is there any views or tables which contains these information? just like user_tables
    regards
    Owen

    If you want to obtain all packages names at the database level you are required privileges, otherwise you will only be able to see the USER_OBJECTS and ALL_OBJECTS. All dba packages is listed at the DBA_OBJECTS:
    select object_name
    from dba_objects
    where object_type='PACKAGE';Required role: select_catalog_role
    This should be granted from an administrator (ask your dba).
    ~ Madrid

  • How to know method name dynamically with sender or EventArgs object

    Hello All,
    I am working in ASP.NET. I wanna log method name in log file whenever that method is executed. e.g.
    protected void Page_Load(object sender, EventArgs e)
    Trace.Log("Page_Load start");
    Trace.Log("Page_Load end");
    protected void Method2(object sender, EventArgs e)
    Trace.Log("Method2 start");
    Trace.Log("Method2 end");
    Trace.Log() is use to log my string in log files at D:\. Now, here I have hard coded Method name in Trace.Log(). But, now I want to fetch method name via c# code. Can we achieve it via sender or EventArgs object?
    Please assist.
    Thanks, Chintan

    Hello Chintan,
    You can get class name through reflection as it gets STATIC info about the component.
    However, to get the line number of an exception, which is a run time parameter, you cannot use reflection.
    I actually have not tried this before but, given it did not work for you in the web part class, you may try the below code in your *.ascx.cs user control used by your visual web part.
    //To Retrieve class name use this line:
    string className = this.GetType().FullName;
    // To retrieve other parameters including line number
    try
    TestFunction();
    catch (Exception ex)
    StackTrace st = new StackTrace(ex, true);
    StackFrame[] frames = st.GetFrames();
    // Iterate over the frames extracting the information you need
    foreach (StackFrame frame in frames)
    string stkFrame = string.Format("{0}:{1}({2},{3})", frame.GetFileName(), frame.GetMethod().Name, frame.GetFileLineNumber(), frame.GetFileColumnNumber());
    For more info, please refer to this
    post.
    THosE wHo doN'T apPreCiATe LiFe, DOn't DeSerVe iT

  • How to know database name and schema name by providing package name?

    Hi,
    Could someonw will help me to get database name and schema name by providing package name ?
    I have used the query : select * from all_objects where object_name='Package_name'; but it simply returns schema name where as i need DB name and username.
    --Prajakta

    but it simply returns schema name where as i need DB name and username.
    i want to retrive the DB name for package name
    Based on your questions, I wonder if you are used to working in SQL Server? (The server, database, and schema are part of the 4-part  name of an object, independent of any user.)
    In SQL Server, schema and username are two separate physical concepts.  "Schema" is purely logical in Oracle: a user which owns objects is often called a "schema".
    In Oracle, "database" is roughly equivalent to the SQL Server concept  "server" (what you log in to).  It is not part of the naming path to a specific object  (unless there is a database link involved, but there is no indication that's what you have here).  In Oracle you connect to an Instance (or Service) and people often call this the "database", but there is a fine semantic distinction there (separate topic). 
    Once connected in Oracle, you fully-qualify an object by only a 2-part owner and object name (possibly 3-part if a database link is involved user.object@link).
    12c added another wrinkle to all of this, but I'll assume this question was more basic than that, because you likely would have mentioned if this was a 12c question.

Maybe you are looking for

  • How do I change my Apple ID that is associated with iCloud on my iPhone 5?

    When I go into iCloud settings on my phone it is connected with my old and now non-existent Apple ID.  The option to change it does not appear to be there and now I am getting constant pop ups asking for the password of this non-existent account. Hel

  • Resolution problems with HDMI

    OK. Equipment: Syncmaster 305t delivered up to 2560 resolution with the same cable when connected to Windows machine (will be relevant). New Mac Mini with HDMI out and HDMI to DVI converter (the one apple bundles).  It LOOKS like a DVI-dual (I think

  • Table for Outstanding orders and deliveries

    Hi, I have a requirement where I need to findout what is the outstanding quantity for an article (material). I need what is the wuantity in the sales order, and for how many quantities, the PGI is done for that sales order. So accordingly I can find

  • When trying to view mi vid clips and exclamtion symbol appears and i cant view them

    When i click onto a video clip i have stored in itunes, and exclamation symbol appears beside it saying its missing and would i like to try and locate the clip myself. I have tried this and nothing seems to work, how can i removed the symbol and watc

  • My PCI and ethermet driver can't install

    Hi~ two day before, I formatted x200-7458-p83 notebook and set up Win xp SP3. When I installed a list of drivers and download form your web site http://i1.hk/u/attachments/day_100407/20100407_bbe​b031b3f64556d1d5eUGQirJjJg0jx.jpg ( the drivers code w