How to Setup oracle 11g R2 on Ubuntu 16.04? - oracle11g

i'm newer on Ubuntu community and i need to setup oracle database 11g R2
and i try to set-up oracle i do following steps
downloaded oracle two archive files.
extracted folder and result will be database folder.
./runinstaller from command line .
then oracle wizard appear next - > next .
error appear click continue multiple times.
then finished installed
when i try to type command sqlplus
it's tell me command not found , i try also here and try here
please any one give me help
thanks advance.

Related

Determine where the driver information is stored for odbc

I got my connection from R to a MS SQL Server database working on a Mac. I was able to get the right driver for the connection string by issuing the odbcListDrivers() command. However, I don't know if it was there or not before I started installing things like freetds and brew install --no-sandbox msodbcsql17 mssql-tools.
What I'd like to know is: with the odbcListDrivers(), how do I know what the file is it pulls from (a .ini one, I'm thinking)? I struggled because the configuration files I configured for freetds and another odbc.ini file don't affect what R is reading I believe, and made troubleshooting difficult.
In case I need to configure more drivers or DSN (?) entries.

how to install and run SQLite or SQL on a Mac?

i am trying to install and run SQLite or SQL on my mac. I installed the application, but it's not giving me the option to run it. It says its not compatible with the developer. Thank you.
SQLite is already installed on the Mac. Go to Terminal create a directory e.g. sqlite by typing Mkdir sqlite, next type cd sqlite, now type sqlite3 mytest.db.
You should see something like: SQLite version 3.19.3 2017-06-27 16:48:08. The prompt will also change to sqlite>, type .help for a list of commands. I hope this helps.

Navicat installation Error -libmysql_d.dll

I am trying to install Navicat on windows 10 for SQLite purpose.
Here is error shown while starting install --click on navicat.exe file
Just restart the system and it will work fine . error is coming due to not find the path of sqllite file in C drive.
This is a frequently issue.The directly and quickly resolution is re-install the Navicat.
You can also try to search the file 'libmysql_d.dll' in your environment or try to find it in the Navicat install folder, and copy it to 'C:\Windows\SysWOW64\'.
for 64-bit version of Window, otherwise, please copy to 'C:\Windows\System32'.
You can also download it from http://www.opendll.com/index.php?file-download=libmysql.dll&arch=32bit&version=. and copy.
then you can uninstall the navicate and again install the navicate than it will work fine thanks

I am trying to install Oracle SOA suite. However I while installing I am getting an error

I am trying to install Oracle SOA suite. http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
So, now when I go to my location where I have my JDK and run the following command
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
I get the following error:
It says
could not create java virtual machine
and then gives the following error
"Error occurred during initialization of VM Could not reserve enough space for object heap"
I am new to this software. Please help
Seems that your JDK is under a path that includes a space (Program Files).
Move the JDK to be in a path that doesn't have spaces and try again.

Unable to run ggsci

I am a newbie to Goldengate.
I have installed Oracle GoldenGate 12c for Oracle Database 11.2.0.4.
The installation was successful but after installation I was unable to open ggsci
i tried opening it with command prompt but not able to open it.
the ggsci window and within a second it closes without displaying any error.
Thanks in advance.
I figure out that some of windows files were missing ..adding them to the same folder where ggsci resides starts the process

Resources