Working with offline databases

hello.....
can anyone pls help me out working with offline databases.i have created an offline database in jdeveloper.Now the UI components of my client tier application have to be bound to these attributes of the offline table.....
how can this be done??

I had same problem months ago and I was finally only able to create adf bc object from an online database, with an active connection. I simply created an oracle instance in my own development machine and I used the database offline objects to synchronize all my objects when the common development database was not accessible. This mean that offline objects my be refreshed when somebody else do a change.

Similar Messages

  • ASP application has problems working with oracle database 8.1.7

    ASP application has problems working with oracle database 8.1.7 through both oracle ODBC driver and Microsoft ODBC driver
    We have an ASP application running on Windows 2000 server, and with 8.1.7 Net8Client and MDAC 2.6 SP1.
    The application worked fine with an Oracle 8.0.5 database.
    After upgrading oracle database to 8.1.7.0.0, our ASP application works fine except when updating the same data record more than once. The application is not saving our updates.
    We tested our application using Oracles ODBC driver v8.1.7.5.0
    and experienced more problems. We had problems just bring up our data entry pages. In either case, we are returned with some 505 errors in our browser, problems with the ASP pages and IIS, the page is not displaying.
    If anyone has some suggestions on how to fix my problem, please advise. Thanks in advance.

    thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

  • Does ORACLE functions work with Oracle Database 10G

    Hi,
    I am wondering if ORACLE functions work with Oracle Database 10G or is it mandatory to use OCI functions?
    Thanks in advance!

    I was able to run a simple query with ora_* functions using 10g on Windows.
    The Oracle OCI calls used by PHP's ora extension still exist in the Oracle 10g libraries
    But I cannot recommend this obsolete extension.
    -- cj

  • Can Oracle APEX work with other databases?

    Can Oracle APEX work with other databases like Microsoft SQL Server or Sybase... etc.?

    Though, the Generic Connectivity does not cost extra.
    It doesn't have all the features of Transparent Gateway, but if you can access the foreign database with an ODBC driver,
    it's an easy way to integrate multiple databases.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/gencon.htm#HETER007
    In one application, I pull data into materialized views from MS Access and Lotus Notes.
    Since Apex lives in an Oracle database, it inherits all of the functionality of Oracle.
    There's not much it can't do.

  • Help Needed!! Working with SQL Databases

    Hi All,
    I'm currently working on an application that interfaces with an SQL database, and I seem to have ran into a roadblock.
    I have a multicolumn list box on my front panel which is filled in with data extracted from the database. On selecting any of the rows in the list box, another one is opened displaying another set of data extracted by a generated SQL query. At the moment I am only selecting one row at a time to view it's related data, but I want to expand such that I can select mutiple rows from the list box at a time and see all of their corresponding data.
    With only a single selection, I can pass the index value of the selection to an Index Array Function with the database as the other input and build my SQL statement.
    But with multiple selections, I imagine I would have to build an array on index values and use those as a reference to build the SQL statment. And I am not sure how exactly to go about doing that.
    Here is the code that I currently have working for a single selection from the list box.
    Any help is appreciated. Cheers.
    Solved!
    Go to Solution.

    tdog wrote:
    Hi All,
    I'm currently working on an application that interfaces with an SQL database, and I seem to have ran into a roadblock.
    I have a multicolumn list box on my front panel which is filled in with data extracted from the database. On selecting any of the rows in the list box, another one is opened displaying another set of data extracted by a generated SQL query. At the moment I am only selecting one row at a time to view it's related data, but I want to expand such that I can select mutiple rows from the list box at a time and see all of their corresponding data.
    With only a single selection, I can pass the index value of the selection to an Index Array Function with the database as the other input and build my SQL statement.
    But with multiple selections, I imagine I would have to build an array on index values and use those as a reference to build the SQL statment. And I am not sure how exactly to go about doing that.
    Here is the code that I currently have working for a single selection from the list box.
    Any help is appreciated. Cheers.
    Regarding building the array:
    I can see hat you multicolumn listbox has not multiselection enabled, and is limited to one or zero selected item at once. To enable multiselction; simply rightclick your multicolumn listbox and change your selection mode to support multiple selected items. The NewVal at the event structure should change from a single index number to a 1D array of indexed numbers. No coding needed. Then just retrive out all the items (since you know the indexes) and create the quiry. The quiry part I dont really know (long time no see SQL), but it looks like a for loop to create the string should do the trick?

  • Does  Analytic Workspace Manager 11.2.0.3.0A  work with oracle database 12c?

    hello,
    i would like to know if AWM 11.2.0.3.0A works against with oracle database 12c in pdb mode or not .
    regards
    jm

    I have attempted to connect 11g versions of AWM to 12c and get this error:
    'This version of Analytic Workspace Manager is incompatible with the database instance. The Analytic Workspace Manager version is 11.2.0.3.0 and the database compatible version is 12.1.0.0.0'
    So unfortunately it is not compatible, and there is currently no AWM for 12c
    I also contacted Oracle support and they wont give me any information about a release date or any information on the xml template specification for 12c.
    I guess we will just have to wait till they release a version of AWM that supports 12c...
    Laszlo

  • Working with offline photos

    I have relocated some photos using "Relocate Originals". When they are offline, meaning when the relocated photos are saved in an external hard drive and the drive is not connected, how should I work with those offline photos? For example, is it okay to rotate photos? Is it okay to move offline photos to another folder or project? If I do these, when I reconnected the external hard drive, what would happen?

    You cannot make adjustments, print, or export Images whose Originals are off-line.
    You can move them within Aperture; assign ratings, keywords, and any other metadata; and export the Image's Preview.

  • Working with multiple databases

    Suppose I have a large project that follows the formal "SDLC" model for software development; it has various stages, environments, development, integration testing, system testing, UAT, etc. Each of these environments is on its own dedicated Oracle database.
    An query-only Apex application is built as a testing aid for the various environments to quickly see reports, test data conditions, etc. This application is deployed to all the environments.
    With other web development technologies (PHP, ASP/.NET, etc) which live outside Oracle and access Oracle using a userid/connect string. If some aspect of the application needs to be changed, it is done in 1 place (the application) and the new/modified functionality is available for use against all the enviroments (just change the connect string in the URL or some config file to access different environments).
    With Apex, the change to the application has to be done in all the 4 environments. This seems like a case where the Apex architecture (all app metadata in Oracle) is a disadvantage.
    Comments? Thanks

    That would be that case if you are only talking about only moving through the SDLC with your database changes yes? In many cases, you make changes both to the underlying database structure/code and the application (PHP, ASP, etc) so your application would "follow" your database code wouldn't it?
    chet
    *Disclaimer:  I have not worked in such an environment in about 2 years, so I'm a bit rusty.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Help on working with MySQL databases in Dreamweaver

    I am new to the world of dynamic webpages. I have been
    following along on the Lynda.com videos Dreamweaver CS3: Beyond the
    Basics, and Dreamweaver CS3: Dynamic Development, and have
    basically got it figured out for doing stuff on my local computer.
    However, I can't quite figure out what steps I have to take so that
    I can take my database driven site live. I use hosting with both
    ASTHost and GoDaddy. My hosting with each, I believe, is on Linux
    servers (GoDaddy for sure Linux, ASTHost may be MS). I am designing
    with DW CS3, and using WAMP as the PHP server on my pc. I am also
    using MySQL version 5.0. My PHP version is 5.1.2 with ASTHost and
    GoDaddy.
    Can anyone point me to a good tutorial or site that explains
    how to move the site from your own pc at home onto a hosting server
    and make it work? I have tried a few things, but keep running into
    MySQL errors.

    I have seen a good solution at http://webdesignsolutions.co.in/add-phtml-extension-in-dreamweaver , this is very simple.

  • Working with offline resolution

    When you edit a project in an offline resolution, how do you create elements in Photoshop and other programs that you do not want to recreate?
    For example, I have a project that is being shot on HDCAM (1080i), and will finally end up on DigiBeta and HDCAM, but I want to edit it at home at DV25 or DV 50 resolution. I need to create some elements in Photshop that I will fly around in Motion for an open animation.
    My project at home will be created as a DV 25 or DV 50 project, but should my photoshop elements be created at HD sizes so that when I take the project to a real edit suite those elements are at the correct size, etc?
    I am new to FCP and to working in different formats, so pardon me if the question is simplistic...

    Make them in their final format, and just cut them into your offline sequence. When you media manage that sequence in the end changing to the full res, any element that doesn't have a reel name associated with it (titles too) will simply upres to the full resolution in the media managed sequence.
    Jerry

  • Working with "Offline" images

    I'll be installing Aperture 3 in the next few days, and have decided to use a referenced image library since I've already invested significant time organizing my photos on external drives. I have a library of approximately 20,000 images, split more or less equally between digital photos and scanned images (mostly scanned negatives and slides). Since I won't always have access to my external drives, I'd like to make productive use my time when not "connected" to my images. I understand Aperture will allow metadata work on these offline files. A couple of quick questions:
    1. My full image library (the 20k I reference above) can be split into 3 distinct groups (essentially separate Aperture Libraries), but I may find the need to use images from across these groups for different projects (photobooks, etc.). Can this be accomplished easily if the images are in different libraries? Do the performance benefits of smaller, separate libraries out weight the benefits of having everything accessible in one Library?
    2. I'd love to be able to play with the metadata when I'm on the road (adding keywords, adding dates to scanned images, etc). What metadata is not available for update when the images are offline? More specifically, does Aperture allow one to work on Faces & Places when offline?
    3. My Master image file structure is currently date based (Year and Month). If I find that I need to move images from one folder to another (I realize, for example, that a scanned photo was actually shot in 1943, and is in a folder for 1944), what's the best way to move the photo while preserving the link to the metadata file? Does Aperture have features to help organize (move / delete / rename, etc.) referenced Masters?
    Thanks.
    Max

    Hi Max. A few specific answers and a suggestion.
    Max Tomassini wrote:
    I'll be installing Aperture 3 in the next few days, and have decided to use a referenced image library since I've already invested significant time organizing my photos on external drives.
    The "since" is something you should consider. See my comment at the end.
    I have a library of approximately 20,000 images, split more or less equally between digital photos and scanned images (mostly scanned negatives and slides).
    That is not actually very many. Current hardware and software can handle that easily.
    Since I won't always have access to my external drives, I'd like to make productive use my time when not "connected" to my images. I understand Aperture will allow metadata work on these offline files. A couple of quick questions:
    1. My full image library (the 20k I reference above) can be split into 3 distinct groups (essentially separate Aperture Libraries), but I may find the need to use images from across these groups for different projects (photobooks, etc.). Can this be accomplished easily if the images are in different libraries?
    No. All containers in Aperture hold images +from the Library+ which holds the container. In order to have images in a photobook, they must be in the Library.
    Do the performance benefits of smaller, separate libraries out weight the benefits of having everything accessible in one Library?
    No, not at the scale of your Library.
    2. I'd love to be able to play with the metadata when I'm on the road (adding keywords, adding dates to scanned images, etc). What metadata is not available for update when the images are offline?
    None, iirc.
    More specifically, does Aperture allow one to work on Faces & Places when offline?
    Yes.
    3. My Master image file structure is currently date based (Year and Month). If I find that I need to move images from one folder to another (I realize, for example, that a scanned photo was actually shot in 1943, and is in a folder for 1944), what's the best way to move the photo while preserving the link to the metadata file? Does Aperture have features to help organize (move / delete / rename, etc.) referenced Masters?
    Yes. You can move, delete, rename Masters easily from within Aperture. In point of fact, every file operation on a Masters should be done from within Aperture. It's a DAMS -- it does not like it when you use other programs to manage the assets you have committed to manage with Aperture.
    Masters are moved using the command "File→Relocate Masters".
    Thanks.
    Here's what you have to think about and plan for. Because useful tools were scarce and under-developed, users were forced to rely on +File Managers+ in order to do +image management+. With Aperture 3, image management has come of age. Using Aperture, you no longer need to use +file management+ to create +image management+ utility.
    In fact, I highly recommend that you do not -- and further that you embrace the capabilities Aperture gives you and replace almost all thoughts of file management with plans for image management.
    I have several (longish) posts on this subject -- I'd like to think reading them is helpful. The short version is that with Aperture the primary storage and access structure you create (which shows on the Library tab of the Inspector) is for your images. There are very effective, robust tools to customize this to present a degree of utility un-achievable with a +file manager+. The tools are the various containers, the sorting options, and the filtering options. The only "rule" you need to keep in mind is:
    • Every Master must be in a Project, and can be in +only one+ Project.
    In practice, making Project equal to "shoot" makes observing this rule trivial (and also makes Aperture easy to use).
    Aperture has built-in at both the image-level and the Project-level date and time sorting. +There is no reason at all to create an image storage and access structure based on date.+ This is worth emphasizing: you cannot use Aperture and not have a complete, robust, useful date and time storage and retrieval structure for every image and every Project. It's built in. Recreating it with your Library is redundant. Redundancy is wasteful.
    The secondary storage and access structure is for your files. With a Library consisting of only Managed Masters, Aperture does this for you -- there is nothing for you to do. With Referenced Masters, you are responsible for the filing structure of your Masters. Think carefully about what you actually need from the file storage structure, given that you are going to develop a fully-customized image storage and retrieval structure within Aperture. My conclusion was that for photographs taken by me, all of my needs were met by putting them together in one folder (with no shots not taken by me) and file them all into sub-folders by Y/M/D. After making a couple of settings, Aperture does this automatically. The other set of images I manage are "shots not taken by me". These go into either a general folder ("Others Shots") or client-specific folders ("JaneDoeInc"). (Note: these last are not shots taken by me for a client, they are shots taken by a client and included in a Library I administer.) Those folders, too, are grouped by sub-folders as Y/M/D. The only reason I have created three distinct folder "trees" is because I need to administer (primarily back-up) each of them differently. Back-up of Referenced Masters is NOT done within Aperture. Your planning of your Referenced Masters file folder structure should be guided by your file administration needs (again, this is primarily about backing up the files you administer). The only file adminstration need I had was to keep separate my shots, some clients shots, and other "not my" shots.
    You can -- and likely should -- leave your current Finder folder trees intact. But you should plan on leaving that whole structure behind. *Use Aperture as a DAMS -- not as a fancy file browser.*
    Good luck. Ask questions.
    Message was edited by: Kirby Krieger

  • Fades don't work with offline bounce

    I have the agogee 64 symphony and when I offline bounce a mix none of my fades work,...
    any suggestions?
    Thanks,
    Paul

    Hey Vladimir86,
    This may be a question that MOTU could answer. It says on their website their devices are compatible with GarageBand. Here is link to their support page:
    http://www.motu.com/techsupport
    Here is also a link to the mac setup guide:
    http://cdn-data.motu.com/manuals/firewire-usb-audio/Audio_Express_User_Guide_Mac .pdf
    Hope this helps

  • Servlets Not Working with PointBase Database

    Hello All,
    Background (This is more of a PointBase Question): I am developing a web application and am attempting to integrate a PointBase database with the app to capture my data.
    Issue: While attempting to start and populate my database, I receive an error which reads (Class Not Found: JBDC driver com.pointbase.jdbc.jdbcUniversalDriver could not be loaded)
    Question: Has anyone ever encountered this issue and resolved it?...or have any ideas about what could be the problem. Thanks for any assistance. RodneyM
    Detail: I have the pbclient.jar file in the tomcat\common\lib directory.
    My ant build.xml script is below....as well as my db schema.
    <!-- =================== Web.xml DATABASE TARGETS =============================== -->
    <target name="createUserData">
    <input message="Please enter username for table: "
    addproperty="table.username" />
    <copy file="db/data_template.sql" tofile="db/data.sql">
    <filterset>
    <filter token="username" value="${table.username}"/>
    </filterset>
    </copy>
    </target>
    <target name="createSchema">
    <sql
    driver="com.pointbase.jdbc.jdbcUniversalDriver"
    url="jdbc:pointbase://localhost/dvdlibrary,new"
    userid="PBPUBLIC"
    password="PBPUBLIC"
    classpath="${pointbase.home}/lib/pbclient.jar"
    onerror="continue"
    src="db/schema.sql"
    />
    </target>
    <target name="populateDatabase" depends="createSchema,createUserData">
    <sql
    driver="com.pointbase.jdbc.jdbcUniversalDriver"
    url="jdbc:pointbase://localhost/dvdlibrary"
    userid="PBPUBLIC"
    password="PBPUBLIC"
    classpath="${pointbase.home}/lib/pbclient.jar"
    onerror="continue"
    autocommit="true"
    print="true"
    src="db/data.sql"
    />
    </target>
    <!-- =================== END DATABASE TARGETS =============================== -->
    <!-- =================== SCHEMA =============================== -->
    -- This is the Database Schema for the DVD Library Application.
    -- Clear out the old table.
    DROP TABLE ObjectIDs;
    DROP TABLE Item;
    -- This table represents the "next" object_ID for a given table.
    CREATE TABLE ObjectIDs (
    -- PRIMARY KEY --
    table_name VARCHAR(30) PRIMARY KEY,
    -- DATA FIELDS --
    id INTEGER NOT NULL
    -- This table represents the DVD Items
    CREATE TABLE Item (
    -- PRIMARY KEY --
    id INTEGER PRIMARY KEY,
    -- DATA FIELDS --
    username VARCHAR(20) NOT NULL,
    title VARCHAR(100) NOT NULL,
    year CHAR(4) NOT NULL,
    genre VARCHAR(20) NOT NULL
    COMMIT;

    Yeah. Millions of Java programmers have had the problem where something isn't in their classpath, and gone on to resolve it. In fact it's a rare Java programmer who hasn't had that problem.
    Perhaps there's a conflict between this statement:"I have the pbclient.jar file in the tomcat\common\lib directory."And this configuration option:classpath="${pointbase.home}/lib/pbclient.jar"

  • Working with offline clips

    This question was posted in response to the following article: http://help.adobe.com/en_US/premierepro/cs/using/WSd79b3ca3b623cac9-5dacca1512743f7a833-80 00.html

    *****BUG*****
    I'd like to re-linking to MTS files with CS6 Premier using MAC Mountain Lion. This becomes an issue when you are opening a project file sent to you by a collaborator and both of you have the same footage each computer but located on different drives. This requires re-linking the media to match the location on your drive.
    1. With the latest update of Mountain Lion, MAC now packages the AVCHD file structure into a single file called AVCHD (with a QuickTime logo).
    2. In a standard MAC finder, you can now open this file to reveal all your MTS clips as thumbnails viewable in QuickTime - nice for a quick look at your footage withou having to open it a separate app.
    3. You can also right click on the AVCHD file and "Show package contents". This gives you acces to the complete AVCHD file structure down to individual MTS files in the Stream folder.
    4. However, when you are within CS6 Premier and need to re-link a file on the timeline or media browser you are stymied by the AVCHD file.
    5. When you try to re-link using the Premier finder window (which looks a lot like a MAC finder window but with extra buttons) you see the AVCHD file. If you try to open it, you get a file type not supported. If you try to open the package (as described above) the only option you get is "Quick Look".
    6. Currently, the only work-around I'm aware of is to rename the AVCHD file in the MAC finder window to anything else. This breaks the connection to QuickTime and allows you access to the full directory structure (you also need to rename the BDMV file to anything else).
    7. Now you can re-link files from the Premier timeline since you can drill down to individual MTS files. However, because the AVCHD naming convention starts file names with 00000.MTS for every directory, you need some hint as to WHICH directory the file on the timeline comes from.
    8. Also, with this work-around, you have to manually re-link each file. Premier will not pickup other files in the path.
    9. I also experimented with renaming the directory back to AVCHD. This does restore the QuickTime icon but not the functionality. Apparently initial renaming breaks a fork that naming it back to AVCHD does not automatically restore. There is probably away to get the fork back, but I haven't found it yet.
    10. We updated from Snow Lepeord to latest Mountain Lion as part of our transition from Final Cut Studio 2 and FCP7. We liked the ability to view MTS clips natively in MAC finder. It wasn't until the re-linking requirement that we discovered this flaw.
    I've reported this to Adobe support and they have confirmed the problem.They are researching it.
    In my opinion, the programmers need to add file drill down capability to the Premier link window as the solution.
    This problem has probably arisen due to Mountain Liion's latest update that packages the AVCHD directory. Premier hasn't caught up to that update.

  • Jdbc 9.2 work with RAC database

    Dear Sirs,
    I notice that jdbc 9.2 support the use of service name in the connection string, i.e : host:port_no:service_name, prior to 9.2, sid must be used to make the connection.
    Question
    1. After using jdbc 9.2 with service name, can it be benefit from the load-balancing and failover feature of 9i RAC database ?
    2. Does jdbc 9.2 compatible with Oracle 817 database ?
    Thanks

    I am having a number of problems using JDBC 9.2 with Oracle Server 8.17. Specifically it is not recognizing existing column names and applying un-related constraints when attempting to access tables. It appears to function correctly when using Oracle Server 9.0.1. Is anyone having similar problems?

Maybe you are looking for