Using 2 different databases in Oracle 9i with HTML DB

I'm new to appex and I am wondering if I can use it to use data from different databases within Oracle 9i, and if so, how/where can I find out to do it. Basically I have an already existing database in 9i, and I have to create another one that uses information from one table in that original database. I have to somehow link it to the new tables (to use the live data from the original db) to filter data. Then ultimately make use of the collaborated information with HTML DB. Any and all help/suggestions is more than greatly appreciated.
Thanks!

I'm new to appex and I am wondering if I can use it to use data from different databases within Oracle 9i, and if so, how/where can I find out to do it. Basically I have an already existing database in 9i, and I have to create another one that uses information from one table in that original database. I have to somehow link it to the new tables (to use the live data from the original db) to filter data. Then ultimately make use of the collaborated information with HTML DB. Any and all help/suggestions is more than greatly appreciated.
Thanks!

Similar Messages

  • Can we use different Databases (Oracle & SQL Server) in one report?

    Post Author: venki5star
    CA Forum: .NET
    Hi there.
    Can we use different databases (Oracle & SQL Server) in a same report?
    If possible how?
    Another question,
    Can we change the Provider Name at runtime of the given report. If so the above question is useless...
    Thanks in Advance.

    I tried this using Oracle Provider for OLEDB (the one that supplied by Oracle Client) and Crystal Reports 9. you can drag the column into designer but the image does not appear in preview.
    I guess it's because CR does not recognized it as image, and there are no information that the blob data is an image at all.

  • How to host one application using different database connection on OAS?

    Hi,
    Jdeveloper - 10.1.3.4
    Application - ADF/BC
    Oracle Application Server - 10.1.3
    Above our the specifications for our application,
    We have two database schemas different for development and production therfore we have different databse connections for the two,
    we have one application which is in production and enhacements on the same application are done by the development team.
    Since we have two different schemas for developement and prduction we use different database connections for the application on development and production.
    The problem is our Model and View Controller project are same, only the database connection file changes that's why we are able to host only on application at a time on our OAS. This is probably because the URL generated by OAS for developemnt and prodyction application is same.
    Is there a way we can host two instances of the same application with two different database connections on the a single OAS.
    Thanks & Regards,
    Raksha

    Use different deployment profiles each with a different context root for your application?
    See: http://one-size-doesnt-fit-all.blogspot.com/2009/02/configuring-separate-dev-test-prod-urls.html

  • Is there any incompatibility in using different JDBC and Oracle database versions?

    Hi everybody,
    I hope you can answer me ASAP.
    Which version of JDBC driver for Oracle could I use to access an Oracle database version 8.0.4.3.0 running on a SUN machine?
    Is it necessary to use the specific driver concerning to that version or could we use the JDBC version 8.1.6?
    If we decide to use JDBC 8.1.6 to work against the 8.0.4.3.0 database, will we find any incompatibility or problem?
    Thanks.
    null

    I don't know the answer to your question, but while looking for something else, I found a table listing "requirements and compatibilities for oracle jdbc drivers" that might answer your question:
    http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/a83724/getsta1.htm#1008206
    (My aologies if that URL gets broken apart by this posting software and you have to piece it together.)
    Hope this helps.

  • Can we use JVM and/or Oracle Multimedia with the Express Edition?

    Hi!
    I wonder if there is any way to instal/use/activate JVM (implement java classes) and/or Oracle Multimedia?
    I want to make a little application that would exploit those features ...
    Can we do this with Oracle Express?
    If so, how do I proceed?
    Thanks everyone.

    SadWell...
    i was surprised that I have'nt been ask for a licence code or something...That's part of Oracle's distribution concept - you need to think about proper licensing yourself, until you get an audit. As you already mentioned, there could be user licensing - hard to manage with entering codes. On the other hand, there are OTN licensed downloads for development and evaluation purposes that don't need a paid license. Oracle doesn't want to build different packages for that, so you get exactly the same software for development your paying customer has for production.
    So...
    So, knowing this, is it legal if I install it and exploit it for my own purposes?I recommend reading the OTN license you've accepted before downloading the files.
    As I indicated above, it will (usually) allow you develop any application using any database release (including SE or even EE), without additional licensing. You need to make sure you never actually do any productive or testing-like activity on instances that are used under that license. Note that OTN license does not include support, so you are not allowed to install any patch you may have obtained from MOS using one of your companies support ids on such an instance.
    is there any 'personnal' licence (less expensive that the $350 per user (minimum 5 users)) i can buy for myself to legally use it?If you think what you do is not covered by the OTN license, there is "Oracle Database Personal Edition". See [url http://docs.oracle.com/cd/E11882_01/license.112/e10594/editions.htm#CJADFHGH]Database Licensing Information for details on the differences between the available database editions. According to the current price list, it's at $460 + $101.20 per year for support at the moment. The cheapest way to get a personal instance with access to patches & co.
    BTW: There is also Standard Edition One at $180 per user, but probably still a little too expensive for personal use, because the 5-users-rule applies.
    -Udo

  • I canu00B4t use different Databases

    Hi ,
    i need help !
    I´m using CR XI and MS SQL Server 2005.  I use  ODBC(RDO) to read data from the server.
    when i define the SQL command myself with the database assistant / adding a command the command looks like this:
    SELECT  field_list
    FROM   Table1  T1
    INNER JOIN Table2 T2 ON T1.ID = T2.ID
    This command is useable for different databases.
    When i select the needed tables with the database assistant,  the SQL command looks like this:
    SELECT  field_list
    FROM   "DatabasName"."dbo"."Table1" "Table1"
    INNER JOIN "DatabasName"."dbo"."Table2" "Table2" ON "Table1"."ID"="Table2"."ID"
    in this sample, the databasename is also a part of the SQL command therfore i can´t use the report with an other database.
    What can i do to suppress the databasename in the command ?  I need the second way because i have to give some parameters and formulas with the calling program to select the data.
    thanks forward

    Klaus,
    When CR writes the SQL for you it uses the 4 part, fully qualified table name. Can't turn that part off.
    You can, however, add parameters to a SQL Command without any problems. Just add the parameter to the SQL and to the Parameter List pane of the Command window.
    For Example...
    SELECT field_list
    FROM Table1 T1
    INNER JOIN Table2 T2 ON T1.ID = T2.ID
    WHERE T1.ID BETWEEN '{?FirstParameter}' AND '{?LastParameter}'
    They work just like SQL Variables, except that you don't have to DECLARE them in the SQL itself... that and there is no @ symbol...
    HTH,
    Jason

  • How can I use javascript in a Text Area with HTML editor??

    My question is... how can I use javascript in Text Area with HTML editor??
    I can use javascript functions that change the content of Text Areas but i can´t if i try in text area with html editor....
    I need to limit number of characters in a text area with html editor and i can´t.
    could anybody help me please?

    I have been experiencing similar problems with the HTML Editor and have managed to find an answer that should start to answer some of my questions. The Apex HTML Editor Standard is actually an HTML editor called FCKeditor. The FCKeditor has a Javascript API that can be found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API. Unfortuately this doesn't seem to give the whole answer and I found more at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49607.
    I needed to get the text entered within my html editor standard (e.g. P1_MYTEXT) and use it within my javascript function. I did this by using the following script
    <script language="JavaScript" type="text/javascript">
    function showtext(){
    var oEditor = FCKeditorAPI.GetInstance('P1_MYTEXT');
    var editortext = escape(oEditor.GetXHTML(oEditor.FormatOutput));
    alert(editortext);
    </script>
    Hope this helps.
    Matthew

  • Executing the SQL query across 2 different databases of Oracle

    Hello All,
    In Microsoft SQL server we can execute following type of SQL query across 2 different databases:
    select * from TEST1.dbo.GENERIC_TABLE1 union select * from TEST2.dbo.GENERIC_TABLE2;
    Here TEST1 and TEST2 are 2 different databases.
    Can we do the same in Oracle?

    yes you can, but first one has to setup a database link
    Look up CREATE DATABASE LINK and then take things from there!
    P;

  • Connect to different Databases like Oracle, SqlServer,Access,Db2

    Hi all,
    i'm in the process of developing an application using jsp , which should be capable of connecting to all datbases like Oracle, SQL Server,Access DB2, Sybase etc,
    How can i establish that?
    Also what all are things i need to take care,which are specific to each of these databases,like datatype differences etc?
    Any information or links with sample codes is helpfull.
    regards.
    Isaac

    Theoretically if you use just the JDBC API then you should be able to access all these databases. This will be true if you're not using 'exotic' datatypes or functionality. If you are, then you may be in for problems - for example I've had problems with clobs and Oracle that required Oracle specific code, which goes against what you're doing. If that happens, just have call outs to helper classes that use the vendor specific stuff, and only load these classes if you detect that particular JDBC driver, and abstract these vendor specific classes to a standard interface.

  • How to use the database change notification event with an AppModule Child ?

    hi,
    I try to do the same stuff that this "How To" : [http://niallcblogs.blogspot.com/2009/06/auto-refreshing-adf-chart-objects-in.html].
    This example works fine, but I want an Application Module Root which contains the Application Module which contains the VO where there is the method processDatabaseChangeNotification.
    I have trying all the configuration possible of AppModuleRoot and AppModuleChild: Shared/Local, Local/Shared and even Local/Local ... but nothing works ...
    Can you tell me if possible, and if so ... how?
    thanks !
    (I use jdev11g)

    I don't find my reponse in the documentation....
    I have an AM Child in an AM Root like that :
    <AppModuleUsage
    Name="AppModuleChild"
    FullName="model.AppModuleChild"
    ConfigurationName="model.AppModuleChildShared"
    SharedScope="2" />
    My AM Root is Shared in the file "DataBinding.cpx" :
    <BC4JDataControl id="AppModuleRootDataControl" Package="model"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    SupportsTransactions="true" SupportsFindMode="true"
    SupportsRangesize="true" SupportsResetState="true"
    SupportsSortCollection="true"
    Configuration="AppModuleRootShared" syncMode="Immediate"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
    ... and the database change event notification don't work... I don't understand !

  • Use of Database  Studio Community Edition with SAP applications

    I am using SAP ECC6.0 on MaxDB 7.6.04.012 running on Linux x86_64.
    For database admin, and adhoc sql queries, I am currently using Database Studio 7.7.04.26, running on Windows XP.
    I have had one or two issues with Database Studio, and I've been looking for a more recent version to Install.
    There seems to be a more recent version in the Community Editions download area, but this says:
    "This package is not for use with SAP applications. For that purpose, refer to the Download Area in the Service Marketplace"
    I have not been able to find Database Studio as a separate download in the SSM Download area.
    What is the reason for this comment about the Community Edition? Can I use this version of Database Studio? and if not, where can I get the equivalent for SAP applications?
    Thanks
    Chris

    I installed MaxDM (32bit) and MaxDB Studio which I can open. And I habe also a connection to Max DB but I can´t see any application for examle. How can I find these applications. I hope there are one!?
    Have you checked the documentation Demo Data for the SQL Tutorial ?
    There is a demo schema available for MaxDB: the HOTEL schema.
    It can be loaded to any MaxDB by running:
    load_tutorial
    in dbmcli or via the context-menu (right-mouse-button) menu in DB Studio -> "Load Tutorial..."
    After the tutorial is loaded you can logon via user "MONA" and password "RED".
    regards,
    Lars

  • How can I use the CPS for Oracle ECM with webcenter

    Hi I did install webcenter "webcenter_windows_x86_101320_disk1" but im not able to use CPS(content portlet suite) anybody used them together before .

    Hey Khalid,
    I think you might be in the wrong forum. This one is for WebCenter Interaction - the old BEA ALUI/Plumtree product, not the original Oracle WebCenter Portal.
    Terrible terrible terrible job in picking such similar names for these 2 different products!

  • Using a database on a key with Flash and Acrobat

    Hi All,
    I'm creating an application which is to be distributed on a USB key made from both Acrobat and Flash.  Can someone give me any pointers on what database I can use to save work as the user goes along?
    Thanks
    Kieran

    Hi sar23,
    You may have inadvertently created or edited the document in the new Numbers 3.0 (which is free; you don't have to buy it) and are now trying to open it with the old Numbers 2.3.
    Both versions can be on your Mac at the same time, and can run at the same time.  The icons are similar so it's easy to confuse them (old on top here, new on bottom).
    The new Numbers 3.0 is in your Applications folder. The old Numbers 2.3 should be in a subfolder in the Applications folder named iWork '09 or similar.
    If you accidently edited an old document in the new version and want to take to take it back to the old version, you can export it:
    SG

  • How to use different wallpapers on multiple monitors with Linux

    Umm...ok. I use XFCE4 as my DM. It allows me to have a different wallpaper on each desktop.
    Though I'm not interested in other DMs, what DMs would require that I use this third party tool?

    If you have multiple monitors and run Linux, you may want to display different images as your wallpaper on each monitor. There's a utility for that – Nitrogen. The blackMORE Ops blog has a nice how-to on getting Nitrogen and configuring it, with step-by-step instructions and plenty of screenshots.
    This topic first appeared in the Spiceworks Community

  • Using different databases for an ADF web fusion application

    Hello all
    Here is the thing. Following some steps in a book developing an application, and I gotta say looks really good, so I thought why not just change it a bit and use it for the company I work for. Main problem is, the book uses the HR schema, and I wanna use the company's database. So can this be done and what damage should I be looking at? What are the areas I will have to fix?
    Thanks in advance all

    dino2dy,
    What are the areas I will have to fix?Not much, just the database design, business components, screen layouts, security, task flows, and business logic (in other words, just about everything)
    The best thing to do would be to learn from the book how to develop such an application and then use what you learned to develop your app. There may be utility classes/techniques/layouts/etc that you could reuse from the book perhaps.
    John

Maybe you are looking for

  • Multiple e-mail addresses consolidation

    I did something stupid and registered with iTunes under two e-mail addresses. I'm trying to consolidate them, but because they are registered under different passwords iTunes tells me my e-mail address is unavailable. How can I consolidate these thin

  • I cannot capture Audio

    MacBook Pro 2.33 GHz Final Cut Pro 5.1.4 Quicktime Pro 7.1.5 JVC Camcorder GR-DV4000E Connected via firewire direct to the MacBook I have reinstalled Quicktime and trashed the FCP preferences. When I go to Audio/Video settings>Capture Presets and edi

  • How can I make new pages software spellcheck a selection like in appleworks?

    How can I make new pages software spellcheck a selection like in appleworks? I just installed pages a new download from apple store. 1. I cannot find any way to activate a spellcheck for a selection in a document. 2. I want to elemenate a red line un

  • How do I cancel background apps

    How do I cancel background apps in iPad 2?  On my 1 I would double click the home bottom and hold app, they would allow you to cancel them and click the home button again.  Since upgrading, I can't do that with this iPad.

  • Every time I try to download ios6, an error says" unable to verify due to lost internet connection"

    Every time I try to download ios6 update, it tells me it is unable to verify because of lost internet connection.  Need some help to fix