Mutiple SID on a Single Intstance

I'm very new to oracle and I'm currently learning on Oracle express 11g. I'm using the Oracle SQL developer to view the database tables, I've connected to the XE SID name and once I expand the tables I see all of these default tables that comes with the instance. I also noticed that it comes with an HR table that connects to the SID "orcl". I would like to create a connection that connects to my own SID so I don't have all of the default tables. Please help I'm finding it hard to get information form the internet.
Thank you,
jlr573

Paul,
The CREATE USER command worked, it did what I was looking for in the SQL Developer. I now have a connection named JLRTest and when I expand the tables there are no tables listed (this is good).
I'm using a third party software (Ignition by Inductive Automation) to connect to the database and I'm using the connect URL "jdbc:oracle:thin:@localhost:1521:XE" this connects me to the database but when I query the database all of those pesky tables show up. So I'm assuming I have something wrong with the connect URL. In the SQL developer the connect URL is "jesse@//localhost:1521/xe" I tred putting that into Ignition but it wouldn't faulted the connection.
Ed,
thanks for the tip about tahiti.oracle.com it was easy to find how to use the CREATE USER command

Similar Messages

  • Mutiple commercial Invoicing from single Sales Order

    Mutiple Invoicing from an single SO (Invoicing from SD)
    Refer the requirement posted below
         PO issued by the customer requesting supply in multiple consignment (Multiple Sets)
         Single Set may be delivered by multiple trips  
         Every consignment/trip released accompanies an excise invoice
         When the shipment is completed for one Set then one consolidated commercial invoice is raised, details of
                          excise invoice   number and logistics receipt information are entered 
         Sales order is closed only when all the Sets of materials are completely delivered.

    Hi
    Whats the problem in this case.. This is pretty standard business scenario....
    If you are using Costing based COPA, your COGS would post to COPA upon billing... Hence, total revenue as well as cogs will be posted at same time
    br, Ajay M

  • Concate mutiple input in to Single String.

    Hi ,
    I need one help .
    I want to contcat  the one of the IDOC  fields occurance in a single string.  Please let me know how to user.
    For Ex.   I am mapping   one field  of Idoc ex TDLINE --> Extrinsic (0.. Unbounded)in the output side.
    In the Input side the TDLINE  fields appears multiple time. in the current mapping I have one to one mapping  between TDLINE and Extrinsic fields.  So it creates the same number of Extrinsic fields as I have TDLINE fields at input side. 
    What I want to  do , I want  to create a single Extrinisc  fields at output side for all the TDLINE fields.
    For Ex.  At particaular segment  I have  10  fields for TDLine then all  should come  as Single string at out put side. 
    Note .  No of Occurance of TD line is 0.. unbounded).
    Please  give ur suggestions for the same.

    Hi Ram,
    i got same problem recently. For this problem there is no standard functions in XI so you must create udf. I wrote that udf and sending with these:
    http://allyoucanupload.webshots.com/v/2003800853095440083
    http://allyoucanupload.webshots.com/v/2003854577844519372
    http://allyoucanupload.webshots.com/v/2003865357113273227
    http://allyoucanupload.webshots.com/v/2003828767547920796
    Regards,
    Sai

  • Two SID installation a single machine???

    Hello,
    it's possible to install a single 2 system with the same SID on a machine??? (ECC 6.0, oracle 10,win 2003)
        Thank you!

    Hi,
    Two system on single machine with same SID is not possible.
    you have to use different SID to install two system on single machine.
    check Note 28392 - Two R/3 Systems on one Windows NT Server
    regards,
    kaushal

  • Mutiple Excise invoice for single GR document

    Hi,
    How to handle If the vendor send a multiple excise invoice for the single delivery ?
    Now My client is having this problem
    1. The material doument " X" contains 10 items and part 1 also captured at the time GR
    2. Vendor send Two excise invoice (One for 7 items & another for 3 items)
    The store person captured excise invoice for first 7 itmes via J1iex_C T.code and need to capture for remaining items but the system not allow to capture because that material document already referred to the invoice.
    How to slove this issue (Excise invoice and Material document can be cancelled bcz stock  has already  consumed )
    Thanks in advance.
    Regards,
    Renuga.A

    Hi,
    How to handle If the vendor send a multiple excise invoice for the single delivery ?
    Now My client is having this problem
    1. The material doument " X" contains 10 items and part 1 also captured at the time GR
    2. Vendor send Two excise invoice (One for 7 items & another for 3 items)
    The store person captured excise invoice for first 7 itmes via J1iex_C T.code and need to capture for remaining items but the system not allow to capture because that material document already referred to the invoice.
    How to slove this issue (Excise invoice and Material document can not be cancelled bcz stock has already consumed )
    Thanks in advance.
    Regards,
    Renuga.A

  • How to put regions side by side in a single track? (LE 9)

    I've clipped about 20 or regions out of a very long track (track 1) and moving them to a new one (track 2). Is there a function that allows you to take those small clips in Track 2 and lay them out side by side, as opposed to dragging each one to the beginning.
    I'm pretty sure there is, but I obviously don't have the right word to use, because the LE help and the search engines are getting me nowhere.
    Thanks for any help

    This function does exist: in Arrange menu -> Regions -> Tie Regions by Position Change
    Select all regions on a track by clicking on a track header once. Then go to that command in the Regions menu That will do the trick.
    Note: with the cycle on it will only tie regions withing the cycle range, so disable cycle before doing that if you want to apply this command to all regions on a track

  • Call mutiple tables data in single OData service call

    Hi,
    We have created a ZBAPI same as standard BAPI "ALM_PM_NOTIFICATION_GETDETAIL" for creating an ODATA service. But we are facing problem while calling the data from multiple tables in a single query/entity while creating that ODATA service using SEGW.
    Please guide me how can we do that or is this possible to do that.
    Thanks,
    Shrikant N.

    Hello Shrikant,
    You mean to say BAPI is returning multiple tables and you have to get all those table data in one call ??
    If this is the case you cannot get all the table data from that BAPI in one shot as you can map only 1 table as response table in GW.
    Assuming you are passing inputs A & B to your BAPI and it is returning 2 tables in the response,
    maintain a Parent entity ( dummy one ) and create association to those tables ( each table as different entity ).
    This way you get all the tables data in one go as GW calls your RFC 2 times.
    I mean to say you have 2 tables in the BAPI response , GW calls 2 times the same logic to get those 2 tables. i.e., Table 1 in 1st call and Table 2 in 2nd call.
    Your URL would be looking like this its just an example :
    http://<GW_Host>/sap/opu/odata/sap/<Service_Name>/<Parent>?$filter=A eq 'x' and B eq 'x'&$expand=Table1_Set,Table2_set
    where Table1_Set and Table2_Set are your navigation properties which you would have defined.
    Also note that here there is a performance trade-off here as GW calls 2 times the same logic and that is how GW calls BE on $expand.
    Suggestion is to have separate FM's to get those tables separately so that data retrieval is fasted and there is no overhead.
    Regards,
    Ashwin

  • Mutiple Rows from a Single Row using SQL

    How can i get Multiple rows from a single row using sql ?
    Example : one row contains the complete address separated by delimiter say comma (,) as address1,address2,city,state,zip,country
    I want to split this row and get the output in multiple rows as address1 address2 city state zip country using sql query.
    Thanks,

    Hi,
    The solution above assumes that the |-delimited entries always contain at least one character. If you have a string like
    1 Elm Street|||Sioux City|IA||it will think 'Siuox City' is address2.
    If you have empty entries, like that, then you need something a little more complicated:
    INSERT INTO table2
    (       address1
    ,     address2
    ,     address3
    ,     city
    ,     state
    ,     postal
    ,     country
    SELECT     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 1), 2)     -- address1
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 2), 2)     -- address2
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 3), 2)     -- address3
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 4), 2)     -- city
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 5), 2)     -- state
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 6), 2)     -- postal
    ,     SUBSTR (REGEXP_SUBSTR ('|' || txt, '\|[^|]*', 1, 7), 2)     -- country
    FROM     table1
    ;

  • Returning Mutiple Addresses as a Single Record + current addresses

    Hello All,
    I have to return students home and dorm addresses as a single record.
    Need to go from something like this:
    LAST_NAME     FIRST_NAME     ADDY_TYPE   ADDRESS             ZIP
    Smith                John             HOME         123 Awesome St     10003
    Smith               John               DORM         Oak Quad             10013To this desired format:
    LAST_NAME  FIRST_NAME     ADDY_TYPE  ADDRESS         ZIP        ADDY_TYPE     ADDRESS     ZIP
    Smith            John      HOME        123 Awesome St  10003   DORM            Oak Quad     10013Also need to get their latest addresses by date.
    The database keeps records of every place the students have move from dorm to dorm
    and some students permanent residences ("HOME") has changed as well.
    Would like to return only one DORM address and only one HOME address
    for every student.
    So I'm looking at possibly a CASE function to put it on one line/record and a RANK BY() or DENSE_RANK to determine the latest addresses.
    Hope I'm making some sense and as always much appreciation for any help. Thanks.

    Hi,
    user11137889 wrote:
    Also need to get their latest addresses by date. Then you must have a column (I'll call it addy_date) that can be used to tell you which is the latest.
    The database keeps records of every place the students have move from dorm to dorm
    and some students permanent residences ("HOME") has changed as well.
    Would like to return only one DORM address and only one HOME address
    for every student.
    So I'm looking at possibly a CASE function to put it on one line/record and a RANK BY() or DENSE_RANK to determine the latest addresses. I think that's the best way, though if you want only one of each type, then ROW_NUMBER is more appropriate than RANK or DENSE_RANK.
    WITH    got_rnum     AS
         SELECT     last_name
         ,     first_name
         ,     addy_type
         ,     address
         ,     zip
         ,     ROW_NUMBER () OVER ( PARTITION BY  last_name
                                   ,                    first_name
                             ,             addy_type
                             ORDER BY        addy_date     DESC     NULLS LAST
                           ) AS rnum
         FROM    table_x
    --     WHERE     ...          -- Any filtering goes here
    SELECT    last_name
    ,       first_name
    ,       MIN (CASE WHEN addy_type = 'HOME' THEN address END)     AS home_address
    ,       MIN (CASE WHEN addy_type = 'HOME' THEN zip     END)     AS home_zip
    ,       MIN (CASE WHEN addy_type = 'DORM' THEN address END)     AS dorm_address
    ,       MIN (CASE WHEN addy_type = 'DORM' THEN zip     END)     AS dorm_zip
    FROM       got_rnum
    WHERE       rnum     = 1
    GROUP BY  last_name
    ,            first_name
    ;This assumes the combination (last_name, first_name) uniquely identifies a student.
    If you'd post CREATE TABLE and INSERT statements for some sample data, then I could test this.

  • To get mutiple records in a single page from oracle datbase to wordpad

    I am writing procedure in oracle to export data into wordpad.
    But each record is printing in seperate pages.
    Also getting error invalid merge fileds... while exporting data.

    hi Zaibi.. thanks for the reply ...
    will tell u my procedure method ,
    assigning variable ,for header ...and opening the text_io.fopen(data_file,'a')
    if this is open than close that and
    opening the text_io.fopen in write mode than put_line ... than wrinting the programming part and finally defining an another variable called record which contain s the data feilds THAN AGAIN PUT LINE THAT RECORD ...
    AFTER THAT
    CALLIN THIS
    IF FileExists(Data_file) THEN
    Word_Obj := OLE2.CREATE_OBJ('Word.Basic');
              word.command(Word_obj, 'AppShow');
              word.command(word_obj, 'AppMaximize', 1);
    word.command(Word_obj, 'FileOpen', Letter_file);
    word.command(Word_obj, 'MailMergeMainDocumentType', 0);
         word.command(Word_obj, 'MailMergeOpenDataSource', Data_file);
         word.command(Word_obj, 'MailMergeEditMainDocument', 0);
         word.command(Word_obj, 'MailMergeToPrinter');
         word.command(Word_obj, 'Fileexit', 2);
              OLE2.RELEASE_OBJ(Word_obj);
         end if;
    BUT STILL GETTING SO MANY PAGES WITH DUMMY VALUES.
    COULD U HELP ME OUT IN THIS ,

  • How to see updated xy values of Mutiple plot on a single XY graph

    I am receiving the GPS data from two sources through UDP protocols but unable to get the previous values of lat/long on the XY graph.
    How is it possible to do it??
    Kindly guide me so that it displays the previous set of values as well
    Attachments:
    lat_long of 2 sources.png ‏46 KB

    Hi Axher,
    use shift registers to store previous values!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • REg: HCM forms with Mutiple subtypes in a single form

    Hi,
         i am working with Address change form scenario. i would like to know if there is a possibility to change the subtype at runtime, like choose either permanent address or mailing address or temporary address to be changed in the form.

    SAP_PA backend service EXPECTS either a hardcoded/configured subtype OR a "*" for all available subtypes (which won't work in your case). What you "could" do is get creative with "rules" and check if values are entered, and then if so, do the operation for your subtype.
    What you will need to do, which is what I do a LOT because of issues with SAP_PA is to actually make you update/changes in a backend function module (triggered in workflow). Now, things get a bit more complicated.....
    Priod to EhP3, you could just call the ol' infotype operations function module in your own FM to do the change. However, from EhP3 and onward, you will need to do this via classes (same used by decoupled infotype framework.
    Soooooo......time to get creative with your solution.

  • Passing Params from Mutiple Class in a Single Script

    Hi Folks,
    there is a scenario where there are many parameters (optional and mandatory parameters) , which are to be used across different functions with in a child script called CHDS
    So I want to create a separate class ABC with in the same script and declare all those parameters in it and then pass the entire class as an argument to a function.
    Then I would declare an instance ABC and access those parameters required for that particular function.
    so The first class in the script is by defaut
    public class script extends IteratingVUserScript {
    public void functionA1(ABCparams) throws Exception
    ABCparams abc = new ABCparams();
    app.field1 = abc.parameter1;
    app.field2 = abc.parameter2;
    app.field6 = abc.parameter6;
    app.field7 = abc.parameter7;
    public void functionB2(ABCparams) throws Exception
    ABCparams pqr = new ABCparams();
    app.field3 = pqr.parameter3;
    app.field4 = pqr.parameter4;
    app.field8= pqr.parameter8;
    app.field9 = pqr.parameter9;
    Now the second class is
    public class ABCparams
    parameter1;
    parameter2;
    parameter3;
    parameter4;
    parameter5;
    parameter6;
    parameter7;
    parameter8;
    parameter9;
    parameter10;
    parameter11;
    parameter12;
    However the values for parameters declared in class ABCparams would be read from a databank of a parent script PRNS, i.e parent PRNS would invoke child script CHDS.
    Do you think that, this a feasible approach?

    Im not sure whether you can store the internal table into Java script array.
    Look at the below thread, it may help you
    pass an internal table to a javascript function
    By the way you want to store the itab into javascript?
    Raja T
    Message was edited by:
            Raja Thangamani

  • Mutiple sides side by side, receiving incorrect management point

    Hi,
    We are currently setting up a new configmgr 2012 R2 enviroment, we already have a 2K12 SP1 enviroment and planning to replace this system by the new system. They are both in the same subnet.
    Recently clients are receiving the managementpoint from the new server but they are still assigned to the old site code.
    Is this normal behaviour, and can I "lock" the relation Site code <-> Mp's
    Best regards,
    MnM

    They have the same boundaries configured.
    So you have overlapping boundaries and that is bad for site assignment. You need to fix your boundaries so they don't overlap.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Mutiple Smart Routers on single account?

    I just purchased my first WRT1900AC to replace my aging WRT54GL. What a beast!
    I Set it up at my small office and love the performance so much I am getting another one for home.  I was wondering how th linksys account works if I add another WRT1900AC to it? I named the current one "Office". I figure I add the home location and name it HOME, the drop down list at the top would give me the option of Office/Home to choose which router to control? I am assuming this is how it would work?

    Hi jasqid. Using my Linksys Smart WiFi account, I was able to associate it with multiple routers. It's good that you used a different name for both routers. To make it work, click the drop down arrow to select which router you'd like to control or configure. To know more about this, visit "Linksys Smart Wi-Fi Account frequently asked questions" link.

Maybe you are looking for

  • How to send ActionListener events to FX?

    I wrap a JFileChooser (with ActionListener) as a JComponent as below. How do I notify my JavaFX program that an event has occurred? JavaFX snippet to include JFileChooser: Class: public class SetupJFileChooser { public static JComponent create() { JF

  • Essbase 11.1.2.1  from Windows to Solaris platform

    Hi All, In our current environment we have Shared Services on server A win2k8 64 bit,Essbase on server B win2k8 64 bit register with Shared Services.What we would like to do is to install Essbase on Server C Sun Solaris 64 bit and register with the e

  • Screen goes partially black

    MY iPad Air screen goes partially black in a rectangular fashion. It appears to be intermittent and the portion of the screen that goes black appears to be random. The screen is non responsive when this occurs. Does anyone else have this problem?

  • Dynamic Group pull from static group

    We've been restructuring our distribution groups to utilize dynamic groups for some areas.  We're finding this minimizes the amount of confusion and management we have to perform on the groups. What I'd like to know is if it is possible to create a d

  • Setting clipping/overlay/live view

    Hi. Coming from a CaptureOne Pro background, I'm new to the Lightroom environment. There are 3 things I would like to know. I've started to work in LR5 using MAC OS X Yosemite. 1. Can one set the clipping to show highlight and shadow warnings for pri