Sie sind auf Seite 1von 39

RMAN Video Tutorial Series Using Virtual Private Catalog in RMAN 11g

SNIPED sessions and ORA-00020: maximum number of processes (%s) exceeded


Oracle ACE Director
9i,10g OCP

My Social Networks

Recommend this on Google
Subscribe to receive new
blogposts
Your email:
Enter email address...
Subscribe Unsubscribe
Counter
Kamran Agayev A.
My Book Expert
secrets for using
RMAN and Data
Pump
My ebook
TROUG
K a m r a n A g a y e v ' s O r a c l e B l o g
Kamran Agayev's Oracle Blog
HOME STEP BY STEP ORACLE GUIDES ORACLE VIDEO TUTORIALS PRESENTATIONS MY ORACLE E-BOOKS EXCLUSIVE INTERVIEWS WITH TOP
ORACLE EXPERTS ABOUT ME MY PHOTOS
Step by Step Installing Oracle Database 10gR2 on
Oracle Solaris 10
Posted by Kamran Agayev A. on November 3rd, 2010
At last Ive found time to create a Step by Step instruction on installing Oracle 10gR2 on
Oracle Solaris 10. If you follow this instruction, youll successfully install Oracle on Solaris. If
you get any error, do not hesitate to contact me
So, lets begin. As a first step, download Oracle 10gR2 and Oracle Solaris , create a virtual
machine using my previous instruction, but dont forget to select Solaris 10 on Operating
System types.
Next, unzip downloaded Solaris zip file, mount .iso file and start the virtual machine. You
should get the following screen:
Press Enter
converted by Web2PDFConvert.com
Calendar
November 2010
M T W T F S S
Oct Dec
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Blogroll
Alex Nuijtens Blog
All Oracle Blogs
Aman Sharmas Oracle
Blog
Arjus Oracle Blog
Ask Anantha
AskTom
Christian Antogninis
Oracle Blog
Coskans Oracle Blog
Dion Chos Oracle Blog
Documentation
Hemants Blog
Joel Goodmans Oracle
Blog
Laurent Schneider
OCP Advisors Blog
Oracle by Madrid
Oracle Forum
Plugins
Richard Footes Oracle
Blog
Rob Van Wijks Blog
Sami Maliks Blog
Stan Repettas Blog
Suggest Ideas
Support Forum
Surachart Opuns Blog
Syed Jaffar Hussain
Teymur Hajiyevs Oracle
blog
Themes
Tonguc Yilmazs Blog
Turkish Oracle Forum
Uwe Hesse
WordPress Blog
WordPress Planet
Zekeriye Besiroqlus
Blog
Categories
Ink & Toner Cartridges
Recent Posts
You get CRITICAL failure
each time you use DBCA
to create a database
Im an Oracle ACE
Director now!
TNS-12560: TNS:protocol
adapter error
EMD upload error:
uploadXMLFiles skipped
:: OMS version not
checked yet.
Bypass prerequisite
check during automatic
silent agent installation
404 Not Found during
Grid Control Agent
Deployment
ORA-00600: internal
error code, arguments:
[keltnfy-ldmInit]
ORA-00600: internal
error code, arguments:
[kspsetpao1]
Migrating database from
32 bit to 64 bit (Linux)
Connected to an idle
instance while
database is running
Twitter Updates
"@sjaffarhussain: Finding
very difficult to balance
personal and professional
life..." Just don't think about
job on weekends
1 week ago
"@fritshoogland: Hey!
#Oracle's myoraclesupport
seems to be working
correctly with #safari on
the #iPad! Really?? Gonna
test it - thanks ))
1 week ago
,

, ,

1 week ago
1

1 week ago
In the above screen type 1 and press Enter
Select appropriate keyboard layout and press F2
Administration
DBA Scripts
Expert Interviews
Interview Questions
My Abstracts From
Documentation
10gR2
Oracle On Linux
Oracle Utilities
Qafqaz University
RAC Issues
RMAN Backup And
Recovery
SQL And PL/SQL
converted by Web2PDFConvert.com
Archive
August 2012 (2)
July 2012 (9)
June 2012 (3)
May 2012 (2)
April 2012 (1)
March 2012 (1)
February 2012 (5)
January 2012 (3)
October 2011 (4)
September 2011 (5)
July 2011 (3)
June 2011 (3)
May 2011 (1)
April 2011 (4)
March 2011 (7)
February 2011 (2)
January 2011 (3)
December 2010 (2)
November 2010 (1)
October 2010 (2)
September 2010 (2)
August 2010 (3)
July 2010 (1)
June 2010 (4)
May 2010 (2)
April 2010 (5)
March 2010 (4)
February 2010 (1)
December 2009 (2)
November 2009 (10)
October 2009 (4)
September 2009 (5)
August 2009 (3)
July 2009 (6)
June 2009 (5)
May 2009 (2)
April 2009 (2)
March 2009 (1)
February 2009 (3)
January 2009 (1)
December 2008 (8)
November 2008 (2)
Search
Meta
Log in
Subscribe
Entries (RSS)
If you see the above screen, the click on the opened window and press Enter
Select the language and press Enter
Uncategorized
Video Tutorials
converted by Web2PDFConvert.com
Entries (RSS)
Comments (RSS)
Click Next
Selet the Network Connectivity and click Next
converted by Web2PDFConvert.com
Provide the name of the host and click Next
Click Next
converted by Web2PDFConvert.com
Click Next
Select your country and click Next
converted by Web2PDFConvert.com
Provide correct date and time and click Next
Provide a password for the root user and click Next
converted by Web2PDFConvert.com
Select No and click Next
Press Confirm to proceed the installation
converted by Web2PDFConvert.com
Click Next
Click Next
converted by Web2PDFConvert.com
Select CD/DVD and click Next
Select Accept and click Next
converted by Web2PDFConvert.com
Select Default Installation and click Next
Click Install Now to start the installation
converted by Web2PDFConvert.com
After installation completed, you get the following screen. Click on Continue and Next
Click on Continue and Reboot Now button
converted by Web2PDFConvert.com
After reboot you get the following screen. Press Enter
converted by Web2PDFConvert.com
Wow. Oracle Solaris welcome screen! Login with the root user and the password that youve
provided during the installation and login to the system
Heres the Oracle Solaris desktop
Now open new Terminal and check size of RAM, swap space and /tmp directory
converted by Web2PDFConvert.com
Now check whether youve installed all packages that are required for Oracle installation
pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo
SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
As you see from the output, youre missing two packages. So install it using pkgadd
command and check the packages again:
converted by Web2PDFConvert.com
Ok, now you need to create a group and a user:
groupadd oinstall
groupadd dba
useradd -d /export/home/oracle -g dba -G oinstall -m -s /bin/ksh oracle
passwd -r files oracle
Now change the profile of the oracle user and set environemnt variables:
gedit /export/home/oracle/.profile
export ORACLE_BASE=/export/home/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export PATH=$ORACLE_HOME/bin:$PATH
converted by Web2PDFConvert.com
export ORACLE_SID=solaris
export DISPLAY=:0.0
Next, change kernel parameters by editing /etc/system file as follows:
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set semsys:seminfo_semmni=100
set semsys:seminfo_semvmx=32767
set noexec_user_stack=1
converted by Web2PDFConvert.com
Restart the virtual machine, login with oracle user and add 1g of swap space (with root user)
Create a directory for Oracle installation :
mkdir p /export/home/oracle/product/10.2.0/db_1
Then copy Oracle installation to /export/home/oracle folder, unzip it, switch to unzipped
directory called database and start the installed with ./runInstaller command:
converted by Web2PDFConvert.com
Uncheck Create Starter Database option and click Next
Click Next
converted by Web2PDFConvert.com
The installer checks all pre-requsit configurations and should Succeed. If so, click Next
Click Install button to start the installation
converted by Web2PDFConvert.com
Please dont press Stop Installation button
When the installation completes, youll be asked to run the following shell scripts with root
user.
Login with root user from the new terminal and run them
converted by Web2PDFConvert.com
The installation completed! Congratulations!
Now lets create a database. Open new terminal and run dbca (Database Configuration
Assistant) command to create a database
converted by Web2PDFConvert.com
Click Next
Select Create a database and click Next (Dont select Delete a Database, ups.. you cant
even select it :) )
converted by Web2PDFConvert.com
Select General Purpose and click Next
Provide a database name and click Next
converted by Web2PDFConvert.com
Click Next
Provide a password for SYS user and click Next
converted by Web2PDFConvert.com
Click Next
Click Next
converted by Web2PDFConvert.com
Click Next
If you want to install sample schemas, then select this option and click Next
converted by Web2PDFConvert.com
Click Next
Click Next
converted by Web2PDFConvert.com
Click Finish and start the database creation
The database creation process has started
converted by Web2PDFConvert.com
You got the message that the database has successfully created. Lets check it!
Wooou!!!! Congratulations again!! At the end, youve successfully installed Oracle Solaris,
Oracle Database on Solaris and created a database! Thats great!
Dont forget to post a feedback!
This entry was posted on Wednesday, November 3rd, 2010 at 7:12 pm and is filed under
Administration. You can follow any responses to this entry through the RSS 2.0 feed. You
can leave a response, or trackback from your own site.
Like 4

converted by Web2PDFConvert.com
63 Responses to Step by Step Installing Oracle Database 10gR2 on Oracle
Solaris 10
1. Aijaz Khan Says:
November 3rd, 2010 at 10:27 pm
Dear Mr. Kamran
Thanks alot for showing such a good installation of Solaris and Oracle 10g.
I would like to know if you can post how to create some good function, procedures,
triggers, synonyms, indexes related to Oracle DBA.
Thanks in Advance.
2. AnkurK Says:
November 4th, 2010 at 9:42 pm
ThanQ
Immaculate as always. but where is the video???
Ankur
3. Kamran Agayev A. Says:
November 5th, 2010 at 9:36 am
Thanks for feedback. The video tutorial will be prepared for 11gR2 for the next
week
4. Kamran Agayev A. Says:
November 5th, 2010 at 9:43 am
Dear Aijaz.
Theres no term such as good function, trigger or synonym. Please try to post a
comment related with the subject of the post
Thanks
5. Learning This Week Oracle DB 10g & 11g Tops Says:
November 7th, 2010 at 3:59 pm
[...] Step by Step Installing Oracle Database 10gR2 on Oracle Solaris 10 [...]
6. Prageet Says:
November 11th, 2010 at 7:23 pm
Dear Kamran Sir,
Thanks a lot for sharing this wonderful video of Installation of Oracle 10g on Solaris
platform.
Its help a lot.
7. Oracle Spec Says:
November 12th, 2010 at 8:56 pm
Great tutorial! Thx.
8. Jay Says:
November 15th, 2010 at 12:01 pm
Dear Kamran,
Thanks a lot, it would really helpful of installing oracle 10gR2 to get started.
9. Kasante Says:
November 16th, 2010 at 11:42 pm
hello mr. kamram, i am trying to install oracle on redhat 9 but i want to know if i
should log in as root or oracle to set the environment variables and also mydb and
oracle software owner means what. thanks.
converted by Web2PDFConvert.com
10. Ulfet Says:
November 17th, 2010 at 11:34 pm
Nice tutorial. At least I have done it. It is very nice, powerfully experience for new
one. So, thanks Kamran.
11. Kamran Agayev A. Says:
November 18th, 2010 at 10:11 am
@Kasante You need to log in as an oracle user and set all environent variables
@Ulfet Youre welcome
12. Nesimi Says:
November 18th, 2010 at 11:33 pm
Super bir derslikdir Kamram mellm bu ele mene lazim idi bu
yaxinlarda.TEsekkurler
13. Abdullah Khan Says:
November 23rd, 2010 at 4:20 pm
Thnx for this magnificent post i just started my career in oracle and i almost read
every blog on website that shows how to install oracle on linux but no help until i
saw yours Jazak allah Khair for this it really helped me a lot.
14. Sai Says:
November 24th, 2010 at 1:08 pm
simply superb thnx alot
15. Marcos Ortiz Says:
November 26th, 2010 at 7:02 pm
Excellent article, Kamran. It would be more useful if you could include a completed
Oracle installation with a ASM discs group.
What do you think?
Regards
16. Kamran Agayev A. Says:
November 28th, 2010 at 12:25 am
Hi Marcos
Sure Im thinking about it and Im planning to create a RAC+ASM video tutorial as
well
17. Samirimanov Says:
November 28th, 2010 at 2:51 pm
AnkurK said Immaculate as always. but where is the video???
Vide here . Made by me.
18. Marcos Ortiz Says:
November 30th, 2010 at 7:44 am
Excellent then, Ill be waiting. If I can give you some help, please send me a
message to my email. Regards.
19. Samirimanov Says:
November 30th, 2010 at 11:06 pm
Quick links for videos:
How to install Oracle 10g on Oracle Solaris 10
vimeo.com/17254090
RLWRAP for sqlplus
vimeo.com/17257817
converted by Web2PDFConvert.com
20. Abhaydeo Says:
December 13th, 2010 at 9:24 pm
Sir,
Thanks for your guide, i used Oracle VM virtualBox to setup Solaris 10.
I could successfully install Solaris and also create user Oracle, editied th eprofile
and /etc/system.
Restarted virtual machine and created 1g of swap space and made the directory.
But the problem i am facing is is at step where Oracle installation has to be copied
in /export/home/oracle folder.
Instead of copying the .zip i directly copied the extracted folder database at
/export/home/oracle
The original extracted file has runInstaller when wirtten in CD, but when the same
is copied it is named only runinsta.
Apart from this i tried executing it by double clicking and then Run in terminal also
only Run but none worked.
Then i tried to run (through terminal) the same with root in Oracle login also with
oracle login but none worked.
I also tried the same after renaming the runinsta file as runInstaller, but no
success.
Could you please elaborate the step of coppying and executing the runInstaller
through proper screen shots or atleast steps like the login that must be used,
commands to be typed on promp, which prompt to be used $ or #
Actually i am relatively new to unix environment.
Thanking you in advance.
abhaydeo
21. Muhammad Adnan Says:
December 23rd, 2010 at 1:13 am
can we install sun solaris operating system on Desktop PC?(intel base)
22. Muhammad Adnan Says:
January 8th, 2011 at 8:46 pm
thanks for sharing useful stuff..
23. Anar Says:
January 28th, 2011 at 1:15 pm
Salam Kamran muellim mene bir desrlik vere bilersiniz ki men Oracle yavash
yavash oyrenim. Hevesliyem oracle oyrenmek ucun
Mene dediler ki Oracle oyrenmek ucun hokmen men PL/SQL bilmeliyem bu ne
qeder doqrudur?
Minnetdram Allah razi olsun sizden ve cumle Muslimanlardan hemishem.
24. Kamran Agayev A. Says:
January 28th, 2011 at 5:30 pm
Salam Anar. Oracle-i oyrenmek ucun PL/SQL-i bilmek vacib deyil. Ancaq her bir
DBA mutleq ve mutleq PL/SQL ve SQL ile islemelidir.
Oracle-dan meslehet etdiyim kitab Sybex-in kitabidir, mene e-mail gonder, sene
kitabi gonderim
25. Anar Says:
January 28th, 2011 at 6:43 pm
Bash uset gondererem qardash e-mail. Sadigov_anar@yahoo.com
Mysql Mssql bilirem orta seviyyede cunki ozum Net ve Sys adminem amma
hevesim Oracle-dir.
converted by Web2PDFConvert.com
Allah senden razi olsun Kamran qardash Allah hemishe komeyinde olsun.
26. Anar Says:
January 28th, 2011 at 6:47 pm
Sen qardash bu elmi insanlarla paylashdiqin ucun size minnetdaram.Allah hemishe
komeyin olsun.
27. Kamran Agayev A. Says:
January 28th, 2011 at 6:53 pm
Borcumdu Anar
Kitabi senin e-mail unvanina gonderdim
28. Anar Says:
January 28th, 2011 at 6:59 pm
Allah senden razi olsun qardash. Men ozum Unixle ishleyirem Freebsd SLES ile
ishlyirem calishacam Solarise yazim oyrenim ya da SLES-e. Vurqun muellimin
telebesiyem men ozum. Ne sualim olsa sizi narahat ede bilerem qardash ?
29. Anar Says:
January 28th, 2011 at 7:02 pm
sizin msn ve ya skype varsa eger olsa idi cox sevinerdim.
30. Kamran Agayev A. Says:
January 28th, 2011 at 7:02 pm
Elbette. Vurgun muellim bizim boyuk qardasimizdir
Bundan sonra suallarini e-mail unvanima yaz.
Uqurlar
31. Anar Says:
January 28th, 2011 at 7:05 pm
Oldu qardash elektron unvana yazaram ne cetinliyim olsa oracle-de . Allah sizden
razi olsun.
32. Samirimanov Says:
February 7th, 2011 at 1:01 am
Salam Kamran. Zehmet olmazsa men yerleshdirdiyim videolara baxardin. O
videolarin kimese komeyi dy bilrmi. Mn el glir ki, orda he bir shv yoxdur.
Blk mn orda nyis aydin atdirmamam? Xahi edirm onlar haqda z ryini
bildirsn.
PS: stniln kritikaya haziram .
33. Step By Step Installing Oracle 11gR2 On Oracle Solaris 10 Kamran
Agayevs Oracle Blog Says:
March 27th, 2011 at 1:05 am
[...] Step by Step Installing Oracle Database 10gR2 on Oracle Solaris 10 [...]
34. Lalitha Says:
March 28th, 2011 at 6:57 pm
hi kamaran,
it was great !!! u made installation on linux as well solaris very easyi had installed
oracle 10g on linux successfullyabout to try on solaris..By following this step by
step install guide can easily able to install..ThankQ for u r guidence.
35. Kamran Agayev A. Says:
March 29th, 2011 at 9:09 am
converted by Web2PDFConvert.com
Good Luck Lalitha!
36. Handi Herman Says:
March 29th, 2011 at 1:50 pm
Nice Guidance Sir, i like it very much. ty.
37. Amod Says:
June 17th, 2011 at 11:16 am
vary vary good side for learning and expert in oracle dba
I want ISO IMAGE OF ORACLE DATABASE 10G for SOLARIS 10 CD/DVD software
38. OracleDB: Step By Step Installing Oracle 11g R2 On Oracle Solaris 10.
Jnutsscs Says:
September 17th, 2011 at 2:29 pm
[...] http://kamranagayev.wordpress.com/2010/11/03/step-by-step-
installing-oracle10gr2-on-oracle-solaris/ [...]
39. Kamran Agayev's Oracle Blog Blog Archive Step By Step Oracle
Installation All In One E-Book Says:
October 19th, 2011 at 12:57 pm
[...] 2. Step by Step Installing Oracle Database 10gR2 on Oracle Solaris 10 [...]
40. Nosa Says:
October 26th, 2011 at 7:06 am
THanks a lot for this guide. Twice it has helped me out and i just pray youll
continue to find the strength to continue to do things like this
41. Shahid Says:
October 31st, 2011 at 12:40 pm
Dear Kamran,
While installation of Oracle 10g Release 2 when I am in Specify Invntory directory
and Credentials screen and I click on Next button I ag am getting error OUI-
10036: Could not create the inventory location. You may not have permission to
write to this location.
I could not be able to find any solution for it.
I also try to do it manually creating a directory name oraInventory and link it but
after 86% completion of installation i am getting below errors.
Error in invoking target client_sharedlib of makefile
/export/home/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
Error in invoking target relink of makefile
/export/home/oracle/product/10.2.0/db_1/precomp/lib/ins_precomp.mk
and many more
waiting for your help
Thank You
42. Kamran Agayev A. Says:
October 31st, 2011 at 12:43 pm
Make sure youre installing the correct bit of Oracle Database. Verify the OS bit and
Oracle bit. They should be same (Most of relink problems occure due to bit
inconsistency between OS and DB
43. Syed Ibrahim Says:
December 28th, 2011 at 9:02 am
Assalamu alaikkum
dear Mr kamaran
when i am trying to install database it was 85% completed the issues the error in
converted by Web2PDFConvert.com
logfile
INFO: Start output from spawned process:
INFO: -
INFO:
INFO: /export/home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
INFO: ld:
INFO: fatal:
INFO: symbol
INFO: ntcontab
INFO: in file
INFO: /export/home/oracle/oracle/product/10.2.0/db_1/lib/libn10.a(ntcontab.o)
INFO: : section [
INFO: 3]
INFO: .data
INFO: : size
INFO: 060
INFO: : symbol (address
INFO: 0
INFO: , size
INFO: 070) lies outside of containing section
INFO: ld:
INFO: fatal:
INFO: file processing errors. No output written to
INFO: /export/home/oracle/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1
INFO:
INFO: genclntsh: Failed to link libclntsh.so.10.1
INFO: *** Error code 1
INFO: make: Fatal error: Command failed for target `client_sharedlib
INFO: End output from spawned process.
INFO: -
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target client_sharedlib of makefile
/export/home/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
See /export/home/oracle/oraInventory/logs/installActions2011-12-28_09-25-
13PM.log for details.
Exception Severity: 1
$
what is this and how to fix it?
44. Kamran Agayev A. Says:
December 28th, 2011 at 3:32 pm
Aleykum salam
Make sure youre installing correct Oracle and not installing x86 Oracle on x64
Linux or vice verse
45. Syed Ibrahim Says:
January 2nd, 2012 at 6:36 am
I am installing same 32 bit version OS and db software
46. Javid Hasanov Says:
January 2nd, 2012 at 11:37 am
Hi Syed Ibrahim. Refer to metalink ID 1364167.1
47. M Afzal Says:
January 6th, 2012 at 4:24 pm
Salam Kamran,
Like to discuss couple of things with you ? Iam in Australia where are you located?
Kind Regards
converted by Web2PDFConvert.com
48. Syed Ibrahim Says:
January 8th, 2012 at 10:35 am
thanks javid
its very helpful and its working.
49. Gitosus Says:
January 12th, 2012 at 9:42 am
Assalamualaikum Syed Ibrahim,
Can you share with me what metalink ID 1364167.1 to solve the problem please? I
have the same issue like you have.
It would be very help full for me since I do not have access to Metalink at the
moment.
Wassalamualaikum
Gitosus
50. Kamran Agayev A. Says:
January 13th, 2012 at 7:34 am
Dear Gitosus
Its not permissioble to share metalink notes
51. Kamran Agayev A. Says:
January 13th, 2012 at 7:40 am
Aleykum salam Afzal.
Im in Azerbaijan. You can send me an email, Ive post it under About page
52. Ankur Gupta Says:
February 29th, 2012 at 6:04 am
hi kamran,
i installed solaris 10 on virtual box then i tried to install oracle 10g on it both are of
32 bit.i successfully configured all the parameters as you mentioned but i am
getting linking errors like error in invoking target file client_sharedlib from
ins_net_client.mk file when i checked in make.log file then i found Failed to link
libclntsh.so.10.1 error . pls help me out in this .
Thanks and Regards
Ankur Gupta
53. Kamran Agayev A. Says:
March 1st, 2012 at 5:42 am
I would suggest you to check the following topic:
https://forums.oracle.com/forums/thread.jspa?threadID=852879
54. Dindi Harris Samuel Says:
May 19th, 2012 at 5:57 am
Really loved your tutorial.
But still have a problem : i installed solaris 10 on virtual box as per your tutorial.
But its not connecting to the internet ,tried the bridged network option the way you
can do it on linux but it anit working. Please could u suggest options or solutions to
these problem? Please would really appreciate
55. Punith Says:
May 23rd, 2012 at 6:25 am
Hi This is punith .. i am trying to install oracle 10g/11g R2 in (oracle solaris 11)
.. can we install or not ..if possible send me tha steps thank u
converted by Web2PDFConvert.com
56. Bhopinder Says:
June 9th, 2012 at 8:24 am
May we follow same steps to install on solaris 10 64 bit.
GUI is not coming. WHERE FROM CAN I DOWNLOAD REQUIRED PACKAGES(IF NOT
FOUND IN CDROM
57. Kamran Agayev A. Says:
June 15th, 2012 at 7:42 am
Do you get any error? Have you installed *everything* which is provided in this
article? It seems you missed something
58. Aaron Aloni Says:
June 27th, 2012 at 3:28 pm
thanks this is good stuff,but how do i move the database software into the vm? i got
a zipped db software file but failed to get into the VM. please help
59. Kamran Agayev A. Says:
June 28th, 2012 at 4:07 am
For this, you need to install VMware tools in the virtual machine. After installing it,
youll be able to copy any file to/from vmware machine and your own host
60. Tuan Anh Says:
August 2nd, 2012 at 10:34 am
thank you for sharing this setup. But when I install step by step same you that
dont success. I use dbca command to create 1 database but it have some error:
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread main java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.(NetworkUtils.java:223)
at oracle.sysman.assistants.util.step.StepContext.(StepContext.java:256)
at oracle.sysman.assistants.dbca.backend.Host.(Host.java:684)
at oracle.sysman.assistants.dbca.backend.SilentHost.(SilentHost.java:125)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:150)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
pls help me!
61. Kamran Agayev A. Says:
August 10th, 2012 at 4:25 am
Please check the following topic:
https://forums.oracle.com/forums/thread.jspa?threadID=479307
62. Pankaj Says:
September 1st, 2012 at 1:06 pm
Thank you so much for this step by step guide.
If I want to install Oracle 10g on Solaris 11 x64, will steps remain the same?
Regards,
63. Kamran Agayev A. Says:
September 4th, 2012 at 2:43 pm
You should check documentation, however the steps should work
Leave a Reply
Name (required)
Mail (will not be published) (required)
Website
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b>
converted by Web2PDFConvert.com
RMAN Video Tutorial Series Using Virtual Private Catalog in RMAN 11g
SNIPED sessions and ORA-00020: maximum number of processes (%s) exceeded
<blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Submit Comment
Notify me of follow-up comments by email.
Notify me of new posts by email.

Kamran Agayev's Oracle Blog is powered by WordPress | Design by Andreas Viklund | Ported by Ainslie
converted by Web2PDFConvert.com

Das könnte Ihnen auch gefallen