Add schema from anothe db(9i)

1) I installed 9ias with origin database oracle 8.17 . portal is working and I can access any data from the origin database. How can I connect to another database (9i) installed on a different server because all my data is stored in 9i.can I connect to more than one database??
2) I cannot access this portal inside the local network. It works well if I specify as http://apple/pls, but cannot access outside of the local network (www.apple.com/pls). But I can access www.apple.com:80. Not the portal, why am I having this problem??
Thanks in advance.

Hi,
For the first part of the question.
You can create a database link and then create a public synonym and use it across databases and in all components without any trouble.
Thanks,
Anu

Similar Messages

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • Can i use App schema from another Oracle database.

    Hi everyone,
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    Regards,
    Kashif.

    user10485983 wrote:
    Please update your forum profile with a real handle instead of "user10485983".
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    You can (using database links), but this will generally result in even poorer performance (unless by "another Oracle database" you mean using RAC?)
    It sounds more like you either need to upgrade your systems, or refactor your applications to have a smaller performance footprint.

  • Add rows from another table

    Hi ,
    I have a table with 20 records and 10 columns.I want to add columns from another table with out cross join.

    As others have said, you need to have some sort of join condition otherwise it is a cross join.
    SQL> ed
    Wrote file afiedt.buf
      1  with T1 as (select 'e' as c1, 2 as c2 from dual union all
      2              select 'd', 3 from dual)
      3      ,T2 as (select 'x' as c3, 5 as c4 from dual union all
      4              select 'y', 6 from dual union all
      5              select 'z', 2 from dual)
      6  --
      7  select T2.c3, T2.c4, T1.c1, T1.c2
      8  FROM (select c1, c2, row_number() over (order by c1) as rn from T1) T1
      9       FULL OUTER JOIN
    10       (select c3, c4, row_number() over (order by c3) as rn from T2) T2
    11*      ON (T1.rn = T2.rn)
    SQL> /
    C         C4 C         C2
    x          5 d          3
    y          6 e          2
    z          2
    SQL>This example assigns a row number to each row within each table and then joins using that row number.
    (I've assumed the row number should be generated based on the order of the first column of each table, but you can change that as required).
    What is the point of your requirement?

  • Can I use iTunes Match to add songs from another computer

    Now that I have iTunes Match running on my home and work computers can I add songs to my library from either one. I often get (non-iTunes) music while I'm at work and want to put it on my iPhone right away, but since my phone is synced to my computer at home, The only way I've been able to do it is bring the files home, put it on that computer and then load on my iphone. Does iTunes match eleviate this? Is there another way to do it?

    Yes, iTunes Match alleviates this situation.  As long as iTunes on both of your computers is using the same Apple ID, you can add songs to either one, and once they have uploaded to iCloud, they will be available on any of your iDevices AND in iTunes on the other computer.

  • How to defer constraint of one schema from another schema

    Hi All,
    I am having a requirement of migrating data from one schema(SCHEMA_A) to another schema(SCHEMA_B). So I tried to implement the same using PL/SQL.
    Because of foreign key contraint while migrating child table, Oracle throws an error message like parent key not available.
    So I tried to set the all contraints to deferred and after completion of migration i planned to set all the contraints to immediate.
    But Here I am executing the procedure from schema(SCHEMA_C) which has rights to access SCHEMA_A and SCHEMA_B.
    How could I able to defer all the constraint in SCHEMA_B from SCHEMA_C?
    Thanks in Advance,
    Antany.

    Yes,
    You could run something like this, for foreign keys:
    BEGIN
      FOR cur_rec IN (SELECT table_name, constraint_name FROM DBA_CONSTRAINTS WHERE OWNER = <owner> AND CONSTRAINT_TYPE = 'R' )
        LOOP
          EXECUTE IMMEDIATE 'ALTER TABLE <owner>.' || cur_rec.table_name || ' DISABLE CONSTRAINT ' || cur_rec.constraint_name;
        END LOOP;
    END;
    /

  • To kill session in one schema from another schema

    Hi Team,
    I got a problem like a table from one of my schema has been locked. I am getting 'ORA-00054: resource busy and acquire with NOWAIT specified' error when trying to delete rows from that table or even when trying to truncate that table.
    Let the table be 'T1' present in schema 'VIEW'
    I tried to kill the session which is active for that schema by below query
    select sid,serial#,status from v$session where username='VIEW' and STATUS = 'ACTIVE';
    alter system kill session '681,2586';
    But i couldn't do the above as i don't have DBA privilege for that. But i have DBA privilege for another schema let it be 'ADMIN'
    Now how can i kill the session in schema 'VIEW' from schema 'ADMIN'
    can any one get me solution.
    Thanks in Advance
    11081985

    I got a problem like a table from one of my schema has been locked. I am getting 'ORA-00054: resource busy and acquire with NOWAIT specified' error when trying to delete rows from that table or even when trying to truncate that table.
    Before you do anything why don't you actually find out WHY that table has been locked.
    You generally should NOT be killing sessions without knowing what is causing the problem to begin with.
    Then you also need to determine if you should use KILL SESSION or instead use DISCONNECT SESSION and well as whether the use of IMMEDIATE is appropriate.
    Each of those choices acts differently. Many people use KILL when they should really use DISCONNECT.
    See DISCONNECT SESSION Clause and KILL SESSION Clause in the ALTER SESSION chapter of the SQL Language doc
    http://docs.oracle.com/cd/E11882_01/server.112/e17118/statements_2014.htm#i2282145

  • How do I add photos from another collection to my saved Book?

    Hi,
    In my lightroom library I have created a collection set called "Wedding". As I have 1000 photos from my wedding, within this Collection Set I have created 10 or more Collections to organise these photos (Ceremony, Reception, First Dance, etc.).
    I have created a new 'Book' which as expected, has created a new Collection within my 'Wedding' collection set.
    When I first create the book (before saving it) it seems like I can click on a page, then browse my Collections and add the photo that I desire to the page.
    After I have saved the book, I can't so this. I want to work on my book later, and use my existing organisation of photos, and add photos to my books from these collections.
    I know I am missing something basic (I am new to lightroom). I don't understand why I can't add a photo to my book after I have saved it.
    Each time I click on one of my other collections, a new unsaved book appears in the main project window.
    I have worked out that if I copy all my wedding photos into the new "Book" collection, then my photos are available for use - but this defeats the purpose of organising my photos into separate collections, and it doesn't seem like you can create a sub-collection within the Book project.
    I also can't seem to find any documentation to explain this properly.
    Any help would be apreciated - or if I coud be pointed to a good resource.
    Cheers,
    Mandy.

    Thanks for the response.
    I saw these discussions previously, but not of them seem to answer my question (nor confirm that what I am trying to do cannot be done).
    If I want to create a "Wedding Album" book, do I have to firstly use the Library module to drag ALL the photos I may want to use into my "Wedding Album" collection (saved book) ?
    This seems annoying as I have already categorisied my 1000+ wedding photos into separate Collections using the Library (so that I can find the one I want easier).
    It seems as though the Book module would function much better if you could create a book, choose a page that you want to add a photo to, then browse through your pre-configured collection sets & collections, and add photos to the book from the navigation panel on the left when you have the "Book" module open. (Rather than having to copy the photo first into the "Book" 's Collection, then adding it to the page that you want)
    Mandy.

  • How do I add music from another iTunes program onto a new one?

    Hello!
    I recently downloaded Windows 8.1 onto my PC. I also had to download iTunes again, then I plugged in my iPod. Since I had to re-add all my music, I went into my iPod folders to find where I put my music (from before) to move it back into iTunes. The folder wasn't there, so I'm wondering if it's possible to find my old music again..(w/ out re-downloading everything)? It's all in my iPod; just not in iTunes.
    I know this may seem like a stupid question w/ an obvious answer to some, but I just recently got my iPod, and still need time adjusting to iTunes. Thanks so much for reading this!

    If you purchased all of the songs through itunes store, please follow these steps:
    1. Open up Itunes and Click on Itunes Store
    2. Once you're in the Itunes Store look to right side of the screen and you should see the word "purchased". Click purchased and you'll be sent to a purchase screen.
    3. Click on "All Songs" and then it will show all the songs you've downloaded. From there you just hit the button that looks like a cloud with an arrow on it, and it will download all the songs all over again.
    If you didn't purchase them through Itunes, then you'll have to download software that will strip the songs from your iPod. And here is a guide about how to transfer iPod songs back to iTunes. Hope it helps. Feel free to email me if you need further help.

  • How to rename AW of one schema from another schema?

    Hi Folks,
    I am trying to rename an Analytical workspace which is in Schema1 from the SYSTEM schema as given below but getting the error "ORA-03001: unimplemented feature"
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter session set current_schema = Schema1 ;
    Session altered.
    SQL> execute dbms_aw.aw_rename('AWNAME','AWNAME_BKP');
    BEGIN dbms_aw.aw_rename('AWNAME','AWNAME_BKP'); END;
    ERROR at line 1:
    ORA-03001: unimplemented feature
    ORA-06512: at "SYS.DBMS_AW", line 1050
    ORA-06512: at "SYS.DBMS_AW", line 1073
    ORA-06512: at line 1Any solutions for this?
    Thanks,
    Prabhu

    Westh,
    Yes this code appears to be correct. Was that your question?
    --Ric                                                                                                                                                                                   

  • Edit site from 1 mac  add stuff from another

    Hi
    I've published a site with iWeb to my .Mac account from my G5.
    Then I need to update the site on the raod from my powerbook ..
    How do I get the site down on my powerbook ??
    Basically edit same site from 2 macs ??
    Possible ??
    All the best
    Rishi
    G5 DP 1.8   Mac OS X (10.3.8)  

    See if these links can help you:
    http://homepage.mac.com/thgewecke/iwebdata.html
    http://homepage.mac.com/thgewecke/iwebtwomacs.html

  • Approach schema from another schema's datasource

    I have a datasource DS1 to a schema1 in Database1.
    There also is a schema2 in another database Database2.
    Is there a way to read/update/write data in schema2 through DS1.
    I need this because of global transactions.
    Database is oracle 10g.

    I have no idea what you mean with datasource DS1, but you can access objects in another database through database links. This way you will use the dirstibuted transaction features build-in oracle.
    Peter

  • Adding music from another source to itunes - won't allow me to add to playlist

    I have tried to add music from another source - namely a hard drive onto my itunes playlists... which I could do before subscribing to the cloud, but now I can't - I get an error message saying that the playlist will be deleted, and all music has to be "compatible" meaning, bought from itunes.
    is there any way around this ??
    thanks for any help offered

    Hi AT2013,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes: About the Add to Library, Import, and Convert functions
    http://support.apple.com/kb/HT1347
    Cheers,
    - Judy

  • HT1535 my iphone is set to "manually manage music and videos" and it still does not allow me to add music from my other computers.

    I have followed the steps in order to manually manage the music on my 3GS iphone. (used the latest version of itunes and my iphone is up to date with iOS5) and it still is not allowing me to add music from another computer.
    when i plug it into the second computer, it is asking me to click "manually manage music and videos" again. when i do that, it says it is going to sync with this new library and erase all music that is already there. i dont want this to happen! i only want to add a few select songs from each library. I have waaayy to much to add and erase every time.
    both of the computers i am using are PCs and have my itunes id for homesharing... please help me!

    Refer to this article
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/HT1202
    Notes:
    iPod shuffle and iPhone are intended for use with a single computer. You cannot load music from multiple computers or iTunes libraries onto iPod shuffle and iPhone like you can with other devices.

  • ANT: Include classes from another jar

    Hi all.
    Can I add classes from another jar to be added into my jar-file?
    Other words, may I write something like this:
    <target name="jar" depends="compile">
    <jar destfile="deploy/my.jar"
    basedir="${compile.dir}"
    includes="another.jar" >
    </jar>
    </target>
    in my build.xml?
    Thanx a lot for Your tips.
    Regards, Volodymyr Shram.

    I've found some resolve:
    <target name="jar" depends="compile">
    <unjar src="another.jar" dest="another_dir"/>
    <jar jarfile="deploy/my.jar">
    <fileset dir="${compile.outdir}" includes="**" />
    <fileset dir="another_dir" includes="**" />
    </jar>
    </target>
    But is it only way? Can I add classes from another.jar to my.jar without extracting?
    Regards, Volodymyr Shram.

Maybe you are looking for

  • Linksys wireless slows gigabit-connected Mac

    I have a gigabit-ethernet LAN connecting from my PowerMac running OSX 10.4.11 to a Dell XPS, a Mac 7600, and HP Laserjet 4200 printer. My cable modem connects to my PowerMac via built-in GBEthernet. IPNetRouter is normally my software router/firewall

  • Installing CS3 Adobe Illustrator

    I'm trying to install the CS3 Adobe Illustrator trial version on my Windows XP platform with out much luck. I run the setup.exe, it installs the shared components then asks for a CD to finish the install. With out this CD I'm forced to quit the insta

  • Firefox is leaving bits of its menus all over the screen--how do I fix it?

    Any graphic or menu that exceeds the boundaries of the Firefox window may leave bits behind. Example: http://lordzox.com/temp/ff4litter.png Over at the right side, you can see that not only did the bookmark display not get cleaned up _outside_ the wi

  • Where to maintain processing and related charges

    Hi gurus,    Customer gies material-Meat to our company to process(cut into peacs etc) to our company  and Our company process meat and delivers to customer. Here we charge customer fr processing the meat, charges for storaging if it is required, and

  • Does Adobe Acrobat support opening files in tabs ?

    Hi, I am wondering if we can open multiples PDF files in multiple tabs rather in separated windows (like webpages opened in tabs in Firefox or chrome..)? I didn't find such a feature in Adobe ! I found it in the free PDF viewer (X-change)! It is a gr