How to run the same instance of oracle 10g on another computer

hello everyone sorry for my ignorance. I have downloaded oracle 10g express edition on 2 computers however when i login using sql developer i get two different instances of oracle databases. What file do i need to change on one of the computers so that when i log in through sql developer im always on the same database. Is there are tns.ora file that i need to make the same on my other machine? Any help would be appreciated.

user633029 wrote:
I have downloaded oracle 10g express edition on 2 computers however when i login using sql developer i get two different instances of oracle databases. What file do i need to change on one of the computers so that when i log in through sql developer im always on the same database.Hi!
I'm not sure does I understand your requirement good?
But if so:
You have 2 computers and from both you want to access one single Oracle database.
If this correct then you need only on one machine to install XE Server and on another machine ONLY XE Client.
After that you need to copy tnsnames.ora file from computer where XE server resides to according directory where XE client resides.
HTH

Similar Messages

  • How to run the same report at report runtime?

    i have this report that is automatically run when choosing the icon at reports runtime.
    its it possible that i can run the same report without having to exit the runtime?! can i display the run button on the toolbar?
    i need help on this! thanks

    What
    about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?
    Yes thats a much better option. Its very easy to generate such a report in SSRS. You dont need a parameter
    in that case but just needs to add Supplier as a grouping field in the tablix. Then add other columns and groups if required. Select option set page break after each instance of the group for first grouping (ie based on supplier field). Then report will render
    with one page per supplier. On exporting to excel also each supplier data goes to a different tab
    Here's a similar requirement I did for one of my projects
    http://visakhm.blogspot.in/2013/10/using-ssrs-to-export-sqlserver-data-to.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to run the simple jsp on oracle 9ias application server?

    hi,
    how to run the simple jsp application jst disply the date on oracle 9ias application server?
    can any expline the steps how to do it?
    thanks
    pullareddy

    No, you need the Reports Server (as part of the Application Server or Weblogic, depending on your version).
    I try to save the report, it's saved as .jspThat depends. You can save it as a .rdf file too (so called Paper Layout). I think this option is used more often.

  • Using the same instance of a BADI in another transaction

    Hello Everyone,
    I have a SAP standard transaction which has an authorization BADI implemented. I developed another report which is  similar to the before mentioned SAP report with a different transaction. The same BADI is called in the custom report also, because of a common function module (which has this BADI call). So, that means, the same instance of BADI is being called in the custom report also. The authorizations to display the data for both the transactions should be same.
    Should I specifically call this BADI again in custom report or will all the authorizations be linked to the new transaction as well?
    Thank you all in advance.
    Rushi

    The BADI call is nothing but a call to specific methods in the customer BADI implementation. So it should work from wherever it is called, even from customer programs copied from standard SAP code where the original call is made.
    But I wonder why do you need to make a copy of SAP code.

  • How to run the same procedure in parallel for different parameter value.

    Hi There,
    I am currently working on extracting data in to flat file and I am able to do so for one revenue month (e.g. 200101) using PL/SQL procedure(get_rev_data). it takes almost 1 hour to execute the procedure completely and it generates 400 MB data file. Now I have to run this procedure for last 10 yrs of data (i.e. 120 revenue months) . my prolem here is to figure out a way/logic in such a way that I can run the procedure in parallel for each revenue month and at the same time it will write the data in respective data file for each revenue month. so the final result of this exercise would be 120 flat files, one for each revenue month with file names like
    EXTRACT_00001001 to EXTRACT_00001120.
    where
    first five digits : 00001 will indicate the Extract run number and
    last three digits : 001 will indicate the thread number for each run.
    I am thinking of doing this by creating a table "RevMonth" with two values (revenue_month, thread_num) and calling the procedure in a simple select statement and passing revenue_month as parameter of the procedure like
    SELECT get_rev_data(revenue_month, thread_num)
    FROM REVMONTH;
    But I am not sure if that will do the needful. Any idea on how to achieve this will be of great help. Thank you.

    Hi Smit,
    Thanks for the advise. I am not planning to run for all 120 months at once. actually I am planning to run like 1 year (12 revenue months at a time). I am not sure if that will work well but I was planning to run this through shell script (Unix) and will call the same procedure with different parameter (revenue_month and Thread_number) values and see what happens. I hope that will run in parallel for each revenue month.
    Let me know if you have more knowledge about it. THanks a lot.
    Thanks,
    .

  • How to run the same SSRS report multiple times, each time with a different parameter value?

    Hi,
    I have an SSRS report that produces a list of invoices for a single supplier (so supplier is a parameter specified at runtime). The report is based on a stored procedure in SQL. I would like to make things easier and instead of going through all suppliers
    one by one, I want to have a single action, which produces separate reports, per supplier, for all suppliers that have an outstanding invoice (so not all suppliers on the system as a whole but all suppliers that are within the result set of the stored procedure).
    I assume this would mean first executing the stored procedure to find all suppliers that have invoices at the time. And then running the report multiple times, once for each supplier, where the supplier value is used as the parameter every time. ideally
    this would open separate webpages with a single report per page. (I am creating a button in another software, which is simply launching iexplore.exe and passing a
    fixed SSRS report URL).
    What would be required? I have SQL 2012 and I am building this in Report Builder 3.0.
    Thank you!
    Dimitar
    P.S. What about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?

    What
    about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?
    Yes thats a much better option. Its very easy to generate such a report in SSRS. You dont need a parameter
    in that case but just needs to add Supplier as a grouping field in the tablix. Then add other columns and groups if required. Select option set page break after each instance of the group for first grouping (ie based on supplier field). Then report will render
    with one page per supplier. On exporting to excel also each supplier data goes to a different tab
    Here's a similar requirement I did for one of my projects
    http://visakhm.blogspot.in/2013/10/using-ssrs-to-export-sqlserver-data-to.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to run the same license on two computers?

    Hello,
    I have searched around a bit for answers to my questions without luck so far.
    I have used Adobe Lightroom 3 & 4 on my computer for years. Now I have purchased a laptop computer as well. I am the only user of both computers. As I understand the end user license agreement, I am allowed to use the same license on both of my computers.
    Is this straightforward? Do I just install LightRoom 4 with the serial number from the purchase? LR4 was an upgrade from LR3. Do I need to install LR3 first, or just use both serial numbers?
    I will also like to upgrade my standalone computer from Windows 7 to Windows 8. I have actualle tried the upgrade process, and was told it failed, and that I need to do a complete (fresh) installation of Windows 8 (after formatting the computers disk).
    Will I be able to do this? My preferred "end result" is running LR4 on both computers with Windows 8, although a fresh installation of Windows 8 on the standalone computer.
    I am also considering purchasing Adobe Acrobat. Will I be able to run that as well on both computers?
    What if I replace the standalone with a new computer one day - will I be able to move the license from the "old" one?
    I would appreciate an answer to this post.
    Best Regards,
    Svein A. Martinsen

    As you already indicated your awareness, you are allowed to install and activate Adobe software on two machines.  You should only need to install and then activate.  If you have the discs, then go that way.  I f you do not have discs, download the version(s) and use your serial number from your original purchase to activate.
    As far as changing from Windows 7 to Windows 8 goes, that's generally beyond the calling of folks here.  I personally would not upgrade an OS, having done it once in the past and regretting it every day after that - I now prefer to live with what came with the machine.  You might find older software is not compatible with Windows 8 and there is nothing anyone here can do to change that.

  • Running the JAZN shell in Oracle 10g

    Hello all,
    I am a student taking the Oracle 10g DBA class. I am having trouble running the JAZN shell script that will allow me to use SYSDBA and SYSOPR profiles in iSQL*Plus. I was wondering if there was someone out there who could explain this script, what it does and help me locate where my proble is.
    This is the script the book gives and say to run:
    Setting up iSQL*Plus for SYSDBA and SYSOPER Access
    These roles require special setup and authentication for security reasons. To do this you must set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager and grant access to the webDba role for the user. You must set the JAVA_HOME OS environment variable to $ORACLE_HOME/jdk.
    1. Change to the correct directory:
    Cd $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus
    (I am able to get to this directory okay.)
    2. Run the JAZN shell:
    $JAVA_HOME/bin/java/-Djava.security.properties=$ORACLE_HOME \
    /oc4j/j2ee/home/config/jazn.security.props-jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar-user “iSQL*Plus DBA/admin” \
    -password welcome –shell
    (When I run type the shell as written it doesn't look like anything happens. I am in the same directory as before. I did get an error a couple of times telling me that the directory /bin/java did not exist. When I try to go into the $JAVA_HOME directory is say that it does not exist.
    --------------- I have never gotten past here ----------------------
    Now what I gather from looking at this shell is that it creates an admin profile with a password of welcome.
    3. Create a user, choosing a username and password:
    JAZN> adduser “iSQL*Plus DBA” username password
    4. Grant the webDba role to the user:
    JAZN> grantrole webDba “iSQL*Plus DBA” username
    5. Exit the JAZN shell:
    JAZN> exit
    This part looks like it is where you create the SYSDBA and SYSOPER profiles and passwords. You also grand these profiles webDba access. Then exit the shell.

    Hello Werner,
    I did have to install Java on my computer. I created a Java directory and in this directory I placed the jre1.6.0_18 file which I downloaded. This is the Java application. The path I placed it in is /usr/java/jre1.6.0_18.
    I also looked at what I thought were all my environment varriables with the $ env command and saw nothing that refered to java or JAVA_HOME.
    After setting JAVA_HOME i get an error:
    Exception in thread "main" java.lang.NoClassDefFoundError: .u01.app.oracle.product.10.2.0.db_1.oc4j.j2ee.home.jazn.jar-user
    (I have no idea what this means)
    My questions:
    Is this the file that I should be pointing to? I do not understand what the /jdk directory is.
    From what I could see from the link that you provided was the Oracle Application Server Installation Guide. Is this what you wanted me to read?

  • How to delete the recyclebin data  in oracle 10g

    i create one table.then i drop the that table.this table will be kept in recyclebin in oracle10g .how to remove table permanentley in oracle 10g.
    i used drop table table name and select * from tab;it will come two tables like
    BIN$kLM/ilgxTUil64ZsNG0l7A==$0.
    how to drop table permanentley.please give me steps.

    Hello;
    Use the PURGE statement to remove a table or index from your recycle bin and release all of the space associated with the object, or to remove the entire recycle bin, or to remove part of all of a dropped tablespace from the recycle bin.
    Remove a File From Your Recycle Bin: Example
    The following statement removes the table test from the recycle bin. If more than one version of test resides in the recycle bin, Oracle Database removes the version that has been there the longest:
    PURGE TABLE test;
    To determine system-generated name of the table you want removed from your recycle bin, issue a SELECT statement on your recycle bin. Using that object name, you can remove the table by issuing a statement similar to the following statement. (The system-generated name will differ from the one shown in the example.)
    PURGE TABLE RB$$33750$TABLE$0;
    Remove the Contents of Your Recycle Bin: Example
    To remove the entire contents of your recycle bin, issue the following statement:
    PURGE RECYCLEBIN;

  • How to use multiple profiles within the same instance of Thunderbird

    About a month ago, I had Thunderbird configured with three profiles,
    and all three could be used within a single startup/instance of
    Thunderbird. That PC is now gone. I have re-configured the three
    profiles on a new PC, but am having trouble making all three
    useable within the same instance of Thunderbird. Can you help?
    Both PCs are/were Windows-7 64 bit.

    Thunderbird only opens on the default if one profile
    or
    if Profile Manager is instructed to ask at startup it will allow you to choose which Profile to open else it opens on the last Profile used..
    So it shows one Profile at a time in one instance of Thunderbird.
    However, one Profile can have many mail accounts.
    eg: I run 4 mail accounts in one Profile.

  • How to Find the Current Instance Id in Oracle 10g

    Hi,
    how to find the current instance id in oracle 10g studio,
    I have the below code :
    if (InstanceScreenFlow.processInstance.id.id.indexOf(text : ins.id) < 0) {
    /// do something
    it is saying that "'processInstance' is not a function"
    Thanks,
    Brijesh Kumar Singh.

    Why not just pass in the "id" predefined variable into your screenflow? Once you do that you'll be able to refer to it as "id.id" anywhere inside your screenflow.
    Dan

  • How do I run the same process on multiple CPUs  of a processor set?

    Hi,
    I am working on UltraSPARC T1 Processor. My development environment is SunStudio 12 running on Sun Solaris 10 OS.
    I want to run the same process concurrently on 4 hardware threads that belong to one core.
    I used pset_create() for creation of the processor set.
    Later I assigned 4 processors (that belong to one core) using pset_assign().
    I used fork() to create a child process and used execv() to assign a new process.
    I used pset_bind() to bind this new process to processor set created earlier.
    When we are executing the program we observe that the process is running in only the first processor (hardware thread) of the assigned processor set.
    How do we make all the processors of the processor set run the same process?
    Thanks in advance.
    Nesa Rani

    Hi Mark,
    With this communication based on CAN whilst all of the data is available on the network arbitration IDs are still used to address the individual PCs so I believe you will need to explicitly send the data to each PC to get the data across all three.  The other option would be to have one PC acting as a data server making the data available through a network interface such as shared variables.  This may be simpler to implement and also easier should you need to scale it up.
    Regards,
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • How to check the performance of the database instance in oracle apps 11i

    hii everybody,
    i want to know,how to check the performance of the database instance using oracle applications 11i.your help highly appreciated,thanks.

    Pl do not post duplicates - how to check the performance of the server in oracle applications 11i

  • Oracle 11g: How to ensure the same transaction across several BPEL calls?

    How to ensure transaction semantics across invocations of several BPEL services with a Database operations (Insert, update)? We are using transaction REQUIRED property in all of our BPELs. We are using webserive and JCA to access and modify the same row. Our code uses a combination of JCA, Spring bean, enity services, EJBs in these BPELs. The code can be more efficient, but, at this point, we have no option but to fix the transaction issue in this code. So, our question is how to ensure the same transaction context is used in all these BPELs to inser/update the same row? We have tried to set the GetUnitOfWork in the JCA Adapter but it did not provide any solution. Apaert from setting transaction in BPEL to REQUIRED and the JCA Adapter to use Unit of work, we are out of ideas. Any help is much apprecited. We are using Oracle SOA Suite 11g 11.1.1.5 version. --chary

    Hi,
    I can help you if you can describe the processes.
    There can be some difficulties when you try to use the same transaction especially when you use many DB transactions & BPEL processes.
    Using unit of work only ,might not be enough.
    Thanks
    Arik

  • How to run the oracle application cleint using static ip or domain please e

    How to run the oracle application cleint using static ip or domain please explain me.
    i am not able to run oracle forms in client machine how to run it please explain me
    Please give me detail regarding that
    any body please help me.
    my mail id::::: [email protected]

    You did not mention exactly which Forms version you are using so it will be difficult to offer specific help. However, you did mention Forms 9i. ALL "9i" releases were desupported long ago, so find software or documentation are becoming more difficult.
    Here is the Deployment Guide for Forms 10.1.2
    http://download.oracle.com/docs/cd/B19375_07/doc/frs/forms/B14032_03/toc.htm
    Here are some technical reference for Forms 9.0.x
    http://www.oracle.com/technology/products/forms/techlisting9i.html

Maybe you are looking for