Ubuntu :: How To Run An Oracle App Through A Network
Mar 31, 2011
This one is a little difficult
I have installed:
- Wine (configured correctly)
- Oracle (using wine)
Now that I have the application installed I need to run an exe file, in order for the software to run correctly it need to authenticate through a Windows Network. It is a sales application.
In windows the solution would be to right click on the exe file and type the route for the application to authenticate On another system that is running windows the path is like this: C:orantBINifrun60.exe S:mnufmer0000.fmx @orcl
On the path above S will be the server, the way that I see it on Ubuntu is by the IP 192.168.10.9, it is mounted and visible from the Ubuntu box.
I have placed a shortcut on my Desktop (Ubuntu) of the ifrun60.exe now what I need is that everytime I click on that shortcut (ifrun60.exe) to link the fmer0000.fmx over the network and run on Firefox, at the end the app will run as html.
View 1 Replies
ADVERTISEMENT
Jul 24, 2011
I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
2) Then I ran
sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
I ran the following command-
--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
Then I again ran the following command to install oracle-xe
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
See below what I got as the output-
rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
[code]....
Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
View 1 Replies
View Related
Nov 27, 2010
I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??
View 2 Replies
View Related
Jun 9, 2011
We have a Oracle 11.2 database running on Red Hat 5.5. The database have a scheduled job to fetch some files from another server using ftp, and herein lies the problem.he job runs a pl/sql that runs the function in an (by us compiled) external libraryThe ftp-functionality itself is done by using libncftp and it's API's.The process starts correctly, but then trying to login to the actual ftp host, ncftp only reports "Unknown username/password" (which is not the case).I have the exact same code in an executable and when run from an interactive shell, it works fine.So the only thing I can come up with, is there are differences when the process is started by Oracle, rather then being ordinary" process.And I am stuck.If there are any environment variables, paths etc missing when running the extproc-process, how do I find out which?Because the real problem is NOT wrong user or password.
View 8 Replies
View Related
May 26, 2010
I am a first time Linux user - though I've Unix and Windows experience. So though I can follow your most tech instructions, I'll need some hand-holding.
Need help getting my wireless network to work on my newly installed Oracle Linux on Dell laptop.
Not sure what wireless card is installed, or it's mac address (though I can boot into windows and get that info, I don't want to - it'll be kind of a let down if I can't fix it all thru Linux).
Install has detected a Broadcom wired card, but not the wireless. Funny thing is that it detected the Bluetooth.
View 3 Replies
View Related
Jun 2, 2010
I am in process of installation of Oracle 11gR2 on fresh installed Ubuntu 10.04. I don't know whether it is right place to ask this question here or not; even I have asked this question in oracle forum [URL]; I am asking here too. Oracle people says that its OS level library access issue and/or installer is not able to get the right file to proceed further.
View 1 Replies
View Related
Jul 12, 2010
I installed Vmware the other day on my laptop, ran fine, installed a couple of programs. Now, a few days later, booted it up tried to find Vmware, but its not there in the menu. Oracle VM Virtualbox is installed (was installed before vmware, but had problems with getting files over to it), has that somehow got rid of vmware? If so, how do i get rid of Oracle VM?
View 4 Replies
View Related
Feb 15, 2011
i want to install oracle 10g in my ubuntu 9.10.
View 5 Replies
View Related
Jul 21, 2010
just got a quick question: I need to install Oracle's SQL Developer since I need to use the program for a database unit at Uni. Anyway, if you've tried to use it before you'd realise that there is only a .rpm installer available for it (no .deb). So I tried to convert it to .deb using alien. When I "sudo alien --scripts" the .rpm I get: error: incorrect format: unknown tag mkdir: cannot create directory `sqldeveloper-2.1.1.64.45': File exists unable to mkdir sqldeveloper-2.1.1.64.45: at /usr/share/perl5/Alien/Package.pm line 257.
Basically, I'm asking, does anyone know what I'm doing wrong here? I've never used alien before since I've never had a need to convert a .rpm before. I also tried installing and running Java JDK and SQL Developer under Wine, but was unsuccessful with that as well
View 6 Replies
View Related
Jan 11, 2011
can any one tell me taht is oracle 11g enterprise for ubuntu is a paid version or free.
View 2 Replies
View Related
Mar 11, 2011
here's my setup: 32 bit Ubuntu 10.10 with an AMD 2.7GHz processor, and 2GB of RAM.I get Oracle 11G R2 installed, except two things fail near the end of the installation (I think they're both Oracle Net services or something. I broke a cardinal rule by not writing them down. ) I try to use sqlplus through Terminal, but the system can't find sqlplus. I'm assuming it isn't installed. I'm unable to connect to it through JDeveloper.
View 2 Replies
View Related
May 15, 2011
Has anyone managed to install the oracle 10g xe server on ubuntu 11.04? I previously installed it on ubuntu 10.10 following this instructions, but now i am having problems when doing the same thing on ubuntu 11.04.
[Code]....
View 2 Replies
View Related
Jul 24, 2011
I installed oracle xe second time on ubuntu, this time it did not created following script
/etc/init.d/oracle-xe
what I am missing?
View 2 Replies
View Related
Jan 26, 2011
I was forced to buy an e-textbook through [URL]. The file is a .spdf, which requires Oracle IRM to unseal. Oracle IRM, as far as I can tell, is not Linux compatible. I attempted to get the unsealer using WINE but that failed.
View 1 Replies
View Related
Mar 11, 2011
Im trying to change my OpenJDK to JDK from oracle. I have tried a lot of ways that I found on net, and I coudnt.
View 3 Replies
View Related
Mar 27, 2011
Im trying to run Arch Linux off Oracle vm virtualbox and everything going fine until It wants to wipe my entire hard drive. To be fully honest im afraid to touch it. I feel like it might bite my finger off if I poke at it in my usual way (first time ever using VM) so I was wondering if anyone has any tips or advice for me. Maybe someone elce has tryed this before and can tell me my computer wont explode when I partition. (I know it wont but I only have 1 computer and afraid to ruin it with my "experiments" cant afford a new one) I think because its VM it will only partition the space I set for it when I started the VM box. Just looking to be safe before I try it
View 4 Replies
View Related
May 10, 2011
I want to replace my windows clients with ubuntu clients, i have a problem when run Oracle Application 10g on Firefox . I am using ubuntu 10.10 firefox ask to download plug-ins and can not find or install them. the applets failed to load. I hear about there is JRE replace Jinititor on windows
View 3 Replies
View Related
Mar 24, 2011
An unhandlable error occured There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.
I recently tried to install Oracle xpress edition 10g by downloading the ".deb" file of around 200 mb. When the installation was about to complete, the "Ubuntu Software Center" gave an error like shown in the picture.
View 1 Replies
View Related
Dec 2, 2009
I've installed fedora 12 on my laptop now i would like to install oracle, i need suggessions for installing oracle on fedora 12 and the installation procedure.
View 3 Replies
View Related
Apr 7, 2010
I Have installed oracle 11g release 2 in fedora 12 but after completion of the installation there is no launch shortcut has generated nor any where any icon for launching oracle is given so now how can i run oracle.
View 3 Replies
View Related
Oct 2, 2010
I'm trying to install Oracle DB on my Open Suse (uname says: Linux-llwu 2.6.34.7-0.3-desktop preempt 2010-09-20 .. 86_65 x86_64 x86_64 gnu/linux) but it fails when it need to check package requirements.. for example, installation says that libaio-0.3.105 is missing, but I installed it (0.3.105-2), and could upgrade it to 0.3.107-4.1 how should I fix this problem?
View 9 Replies
View Related
Jul 3, 2011
Does anyone know Oracle e-Delivery (link below)? It looks like free download of linux is available form this site.
[URL]
1. What is the difference between Oracle Linux x86 32 bit and x86 64 bit?
2. How can I verify which one (x86 32 bit vs. x86 64 bit) I need for my PC?
3. What's the difference between the two below (one with Source and the other without 'Source')? I am trying to figure out which one I need.
- Oracle Linux Release 5 Update 2 for x86_64 (64 Bit)
- Oracle Linux Release 5 Update 2 Source for x86_64 (64 Bit)
View 3 Replies
View Related
Aug 18, 2010
I'm completely new to oracle and need to install oracle 11g onto my Linux box. But my Linux box currently has no X Term (KDE or Gnome).
Is there a way in which I can install this without the GUI ?
View 3 Replies
View Related
Feb 3, 2010
Distribution = Oracle Unbreakable Linux 5.4 x86_64Machine = HP DL180 2U ServerModifications = LSI SAS/SATA PCIExpress CardSo I plop 5.4 on this box, and install goes great, but then when I try to reboot the machine ('install is complete, click to reboot'), it won't go... post completes, fibre card and sas card get done with their posts, and then it just craps out when you'd expect it to start loading the OS.So I thought the card was bad... stuck the horrendous HP Storageworks PCIExpress SAS card back into it and had the same behavior, good install, but boot failure.
Bios is set to defer to the PCI card for boot priority -- first bios boot device is the DVD drive, then it defers to the card. With the LSI, I had chosen physical drive 0 (1st one) to boot. With the HP Storageworks, you can't boot physical drives, so I just made a logical drive from one physical drive and went that route... same behavior
View 5 Replies
View Related
Feb 17, 2010
My DataBase Teacher wants us to install SQL 2008 cause on 3 days i gotta practice for the big test But the requirements are a ton "Visual Basic 2008 with service pack 1 & IIS" but thats just a tiny part of the problem.! My Windows 7 crashed.! So iam thinking can linux oracle be the answer of my ugly problems.?!Can SQL 2008 open database made from linux Oracle?
View 3 Replies
View Related
Apr 22, 2010
I have following setup on a ubuntu machine.
- Fetchmail collects emails and notifies procmail
- Procmail forwards this mail to a perl script which extracts the attachments
- then this script executes the bugzilla importxml.pl with the attachments.
This works like a charm on the ubuntu machine. Unfortunately I now have been forced to rebuild this setup on a oracle linux. Well, I can run the imports from terminal as root user. The import works well.But if fetchmail trigges procmail and the the perl scripts become executet I get following error:
Code:
'oracle' is not a valid choice for $db_driver in localconfig: Can't load 'lib/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at Bugzilla/DB/Oracle.pm line 41
[code]...
The path "lib/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so" is right if you go from the importxml.pl but if perl realy looks on this as absolute path to oracle.so then its clear that the file is not there... Again. The script works if I call it manually. So whats the difference between manual call and call through the process described at the beginning? Something seems to be different in the perl environment. The .procmailrc lies in /root and fetchmail is startet manually by the root user in the terminal (for testing). So I thing at the end its in both ways the same user who calls importxml.pl...
View 9 Replies
View Related
Apr 3, 2011
how you install Oracle Instant Client on Kubuntu.I have Oracle XE and Lazarus installed on a KB machine, but Lazarus can't connect because it's missing the file "libociei.so".I found that file in the Oracle Instant Client which I downloaded and unzipped from Oracle.com. However, I have no idea how to install it. Normally you issue a "sudo" command of some sort. I can't just copy the files because I don't have privileges to copy to the system folders, and don't know where to copy them to anyway. The only online help I've found is for installing PHP with it, which I'm not interested in.
View 1 Replies
View Related
Apr 22, 2010
I'm newbie in Debian. I downloaded Debian 5.0.4 Lenny and installed in VM(i dont know why but i couldnt install it on other partion of my windows 7. During installation i got error that CD-ROM wasnt detected and mounted but VMware could install without issues. I thougt problems were with drivers...).Now my Debian is running through the VM. I want to install Oracle 10g Enterprise Edition there, so i found this article http://www.makina-corpus.org/blog/how-i ... 10-64-bits and confugured my kernel and installed some packages. But during installing Oracle i got 2 error and in log file were some string that some packages werent installed, such as libaio and etc. where i can find list of this packages and how to correctly install Oracle on my Debian.
View 1 Replies
View Related
Dec 16, 2009
I upgraded to fedora 12 today from fedora 11. I had oracle-xe 10g running on my system perfectly fine when I was running fedora 11. now , after the upgrade, i cannot login to sql.it gives the following error
Code:
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Dec 16 12:45:25 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
I have checked listener.ora and tnsnames.ora. they both are unchanged.
[Code]...
View 14 Replies
View Related
Feb 5, 2010
I am new to linux and i wish to install oracle 9i in fedora 12 can anyone provide me the details of where and how to download oracle 9i and installation steps
View 6 Replies
View Related