Am trying to run a sample forms , newly installed .
Oracle Forms 10g
connected to
Oracle XE database 11g - hr schema
while running form
I get an error in Mozilla browser - 'A plugin is needed to display the content'
I have already installed Java and Adobe flash player.
how could we fix this issue. Kindly help.
I hope you don't use the 64-bit version from firefox, because then this can't work.
If you are using the 32-bit version then you need to check that java is enabled in your firefox browser, check out the following link for more information on how to enable java.
Related
I am altering a legacy software implemented with java spring. Now the challenge is I want to determine the appropriate Database that was used during the initial development.
I have seen somewhere on the code that that the hibernate dialect was org.hibernate.dialect.Oracle9Dialect
So i want to use that piece information to determine which version of oracle to install.
Please i am new to Oracle, So a link to an appropriate url will be appreciated.
9 is an older version of Oracle Database that is no longer supported, and it is no longer available for download from Oracle's Database Software Downloads page. The Oracle9Dialect was deprecated back in 2008, so I wish you the best of luck with your legacy work because I'm sure it is long overdue.
You can request version 9 from Oracle if you have a valid Oracle Database product license (any version,) but if you do not, your options will likely only be third party hosts or acquiring installation media for version 9 by some other means. If you are working with an organization that has you supporting this legacy software, you may have some luck looking through old installation media or asking someone who has been with the company for a while.
From Oracle (bottom of Database Software Downloads page):
Oracle Database 10.2 and 11.1 are no longer available for download. The software is available as a media or FTP request for those customers who own a valid Oracle Database product license for any edition. To request access to these releases, follow the instructions in Oracle Support Document 1071023.1 (Requesting Physical Shipment or Download URL for Software Media) from My Oracle Support. NOTE: for Oracle Database 10.2, you should request 10.2.0.1 even if you want to install a later patch set. Once you install 10.2.0.1 you can then apply any 10.2 patch set. Similarly, for 11.1 request 11.1.0.6 which must be applied before installing 11.1.0.7. Patch sets can be downloaded from the Patches and Updates tab on My Oracle Support.
I am developing a windows app for windows mobile sdk(Pocket PC) on vs2008 with .NET FRAMEWORK 2.0 . I wanna get data from oracle to windows mobile SDK(Pocket PC). I try Oracle SQLite but it wont work. Do you have any suggestions? Thanks.
I have also the same problem, But i resolve by using an API. It connect oracle db and device through (HttpWebRequest), it works 100%
In this case we need an apache/nginx server.
here is some examples
https://csharp.hotexamples.com/examples/System.Net/HttpWebRequest/-/php-httpwebrequest-class-examples.html
My 32bit Windows 7 server is running Pentaho bi server ce 7.0.
Everything seemed to install fine, but I'm having trouble getting the server to run.
Attempt 1
Everything seems OK after running start-pentaho.bat and accessing localhost:8080, however accessing localhost:8080\Pentaho\login returns an error.
Attempt 2
I am unable to access the site after running start-pentaho.bat and accessing localhost:8080.
Can anybody help?
It seems that the BI Server is only supported on 64-bits OSes all the way back to version 5.1. The documentation for 4.4 is already gone from the Pentaho support site.
https://help.pentaho.com/Documentation/7.0/0D0/160/000
Do you happen to now if imp oracle command is included in the oracle client tools 11g for MAC OS?
Actually I have download the packages but I can't seem to find it and I am wondering if there is a trick for this.
Thank you
What you have downloaded is the 'Instant Client'. This is basically a sub-set of the Oracle client, just for connecting to the database. Find out more.
The Instant Client does not include admin utilities such as IMP. For that you need the standard client, which is basically the full database software. However, 10g was the only version ever available for MAC OS. I guess the demand wasn't there. How many MAC OS servers are there?
Okay, here's the deal: I have a C#/.NET app accessing an Oracle 8 database, that works well on our 32-bit machines. It works using a v.8 ODBC client, a 9i client, or a 10g XE client. However, nothing seems to work on a 64-bit windows machine. I did successfully install a 64-bit 11g client, only to find it refuses to talk to a v8 database, so I guess what I need is a 64-bit 10g, 9i or 8i client. I tried 9i and 10g XE with no luck. I have not yet tried the full 10g client.
I installed MDAC 2.8, but in the Admin Tools -> ODBC Data Source manager tool, none of those ODBC drivers show up, presumably because they are not 64 bit. Ony MS SQL shows up.
The weird thing is that there is an old program, Impromptu by Cognos, that works fine - it seems quite able to find and use the 32-bit v8 client that is installed on the system, but my app can't.
I found that I could see and create/edit ODBC data sources by making a copy of the ODBC Data Source tool shortcut, changing it to point to a different path (replace system32 with SYSWOW64), but data sources I create there are somehow hidden from my app. Is there a way to point my .NET app to a specific Data Source, maybe by creating a File DSN and specifying a full local path, for example?
This is driving me nuts. Help!
I finally got a client to work:
http://download.oracle.com/otn/nt/instantclient/10203/instantclient-basiclite-win-x86-64-10.2.0.3.0.zip
Thanks all for the comments and help.
Did you try the 11g ODP.NET 64 bit client? The ODP.NET client has no problems connecting to Oracle 8/9/10 databases.