Oracle 10g Install Issues

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #27) by iGuest on Jul 4 2008, 03:16 AM. (Line Breaks Removed)
Answer to development suite problem Oracle 10g Install Issues Replying to FeedbackerReplying to FeedbackerMarserson, in regards to your question (as below)Creating Admin AccountOracle 10g Install IssuesI have installed the software using the 2 disk set that came with the book. I however am at no time prompted to set up an admin account so that I can enter SQL plus to start scripting to create dat... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Databases

Oracle 10g Install Issues

ethergeek
So I'm trying to install 10g on my XP Pro development box, and the install goes fine (I do the basic install of enterprise edition, I'm by no means an oracle expert) and when it gets to the part where it wants to create a database, the database creation assistant fails saying first that it cannot retrieve credentials, and then that it can't connect to ORACLE (I'm assuming this is the instance name).

Anyone have *any* idea what's going on here?

Reply

yordan
You probably missed the part of the installation where you give the "system" and "sys" user passwords.
this means that you should restart (more carefully) the database creation part.
You can choose the database creation assistant in order to do that, you reach it by clicking somehow like "start", "programs", "oracle orahomeXXX", "database creation assistant".
You may also consider de-installing oracle, (click on the "runinstaller", choose "installed products" and click "deinstall"), and restart the whole install from scratch.

Reply

ethergeek
I did all that before...my first instinct was that I fatfingered something, so I went through and reinstalled everything. I gave it default passwords to test it, but it wouldn't log in. I couldn't ev.en get PL/SQL to connect using the URL it gave me in the post-install screen, something about a TNS error. I researched the error and it ran through the fixes described (by removing NTS as an authentication service) but then I just got a different TNS error from PS/SQL+.

Oracle installs *flawlessly* on my Linux boxes and on my Windows Server 2003 box...not sure what it's problem is here...

Reply

yordan
The tns error means that the listener does not work.
there are no default passwords on Oracle 10, you must give a password like "nobody" or "mypassword", but you have to give one.
The winXP install for Oracle10 works exactly the same way as on Linux ! Simply the way the services are managed are different, in XP they are started from the Control Panel.

Reply

ethergeek
Control panel? Where in the control panel? Did I miss some oracle configuration control panel applet? I looked in the services snap-in and it didn't list any oracle services (unless it calls it something really arcane). I figure since the oracle installer offers to set up a database for you at install-time it should be pretty automatic and straightforward.

Reply

yordan
Yes, the install is fully automatic and straightforward, and you don't need to go outside the Oracle installer. However, if you go to the Windows Operating system control pannel in order to understand things, you should see the Oracle services started in automatic mode. If not, something was wrong in your installation, for instance if you do the install without being the Windows administrator.

Reply

ethergeek
OK, oracle didn't install any services at all...which is weird because I was running it as a Domain User in the local administrators group...do you think I need to be logged into a local administrator account?

Reply

yordan
QUOTE(ethergeek @ Mar 11 2007, 01:10 AM) *
OK, oracle didn't install any services at all...which is weird because I was running it as a Domain User in the local administrators group...do you think I need to be logged into a local administrator account?

Yes, sure ! You must be the local admin of this computer, and not a domain user.
Moreover, I'm afraid you cannot install it in a domain, maybe you should (just for testing purposes) try to install a standalone Windows system and try installing Oracle 10g on it.
You know, a RDBMS database server must be installed on a server system. You can cheat, installing it on a standalone Windows system, the standalone system emulating a server. But I'm even not sure you can install it on a client machine. Oracle server is traditionally installed on server systems, and Oracle client is installed on client system.
Please, keep us informed, if you were successful loggin on your own system as localsystem administrator, and if you were then able to correctly install Oracle.
If not, I strongly suggest you to restart everything from scratch (even on an old machine) just for learning purposes. After installing on a brand new Windows standalone system, you will feel more confident for installing it on your client system.
Regards
Yordan

 

 

 


Reply

ethergeek
I ran the setup using the SYSTEM account via PsExec and everything went off without a hitch. It looks like when run as a domain user (even if said domain user is a member of the local administrators group) it fails to set up the listener and the DBCA can't connect to the oracle instance.

It shouldn't have any trouble running on a workstation-class machine with 4GB of ram...the fact I'm using XP Pro and not Server 2k3 shouldn't make any difference with the exception of some optimizations having to do with timeslice quantas and resource allocation,

Reply

yordan
OK, glad to see that there are no more 10g install issues, and everything is working fine now.
So, we learned something from your adventure : we have to be system admin when starting and Oracle install on a Windows system.
Which is not fully the case when installint on a Linux or on a Unix or AIX box. On a Unix box, you prepare the install as system admin (rootpre.sh has to be fired by the "root" user), then you perform the whole installation as a standard user, and only at the end you have to become the system admin "root" user in order to fire the last install scripts name "root.sh".
Now, we are happy for you, enjoy your Oracle on Windows install.
Yordan cool.gif

Reply

Latest Entries

iGuest
Answer to development suite problem
Oracle 10g Install Issues

Replying to FeedbackerReplying to Feedbacker

Marserson, in regards to your question (as below)
Creating Admin Account
Oracle 10g Install Issues

I have installed the software using the 2 disk set that came with the book. I however am at no time prompted to set up an admin account so that I can enter SQL plus to start scripting to create databases and tables etc. All applications in the development suite require a login to begin so what do I use initially before setting up any accounts?

-question by Masterson


I had the same problem (having installed the deveopment suite from the 2 disk set - and spent hours trying to work out what was going on)
Then I realised that the development suite doesn't actually contain the oracle database software (it only contains other tools to work with it), thats why you didn't at any stage get asked to configure the default DB.

WHat you need to do is install oracle database software also (if you go to the oracle site you can download oracle express for free), once this is installed you can then access the database through that software and if you configure the development suite (using the net configuration assistant) you will be able to access all those tools correctly)

I hope this helps

Regards

- The General

-reply by The General

Reply

Doc.h0llyw00d
QUOTE

I see thet your really are not familiar with Oracle passwords:
-Yordan
That is what i stated, Yes. That was also something I offered as a last option if nothing else worked. The User's question was in regards to the fact that he could not even access administrative options, so he can't change passwords, so, he can't assign new ones, so he does need to know them.

Now, while it seems like he just needs to familiarize himself with the program so that he can change these settings, as I've never heard of software that requires passwords to even use it locally (that weren't set by the user in a prompted screen). But based on his statement:

QUOTE

All applications in the development suite require a login to begin so what do I use initially before setting up any accounts?


I assumed that he had read through the user manual for their possible default passwords (finding none) and was then turning to us for suggestions.
That's what I gave him, a suggestion, a tentative one at that.

On another note:

I'd think that you would find that a lot of software in general uses Admin/Pass (or variations) as default (not standard or popular) password settings, at least I have in my experiences.

Regards,
The Doc.

Edit:

As another option, you might try (directed at FeedBacker) to setup an account even without knowing the passwords, without seeing your screen its hard to tell, but the initial login might create the account you are trying to set up, anyway.

Reply

yordan
QUOTE(Doc.h0llyw00d @ Mar 24 2008, 06:40 PM) *
I'm not terribly familiar with Oracle, however:
If all of this sounds greek to you, You can always try Admin/Pass, Administrator/Password, etc typical default entries..

I see thet your really are not familiar with Oracle passwords: none of these are standard nor popular Oracle passwords.
And, of course, remember that the oracle admin can at any moment change any Oracle password. No need to know the passwords, simply assign the new ones.

Reply

Doc.h0llyw00d
I'm not terribly familiar with Oracle, however:

Typically, Database systems have two methods for authentication. Usually when you set up a database you can connect via SQL Authentication (at least in the case of MS SSMS) which means that you have created a database with unique authentication rights. Usually this would be done when setting up a New Database....

As a side note, make sure you have created a database that you are trying to connect to.

The second method of authentication, and I believe Oracle supports this, no idea why it wouldn't, is Windows Authentication, which is usually automated, however you might need to provide this information, which would be the same as the account which you accessed the computer with.


If all of this sounds greek to you, You can always try Admin/Pass, Administrator/Password, etc typical default entries..

and then as a last resort you could call Oracle support and get your question answered there.

Best Regards,
The Doc.

Reply

iGuest
Creating Admin Account
Oracle 10g Install Issues

I have installed the software using the 2 disk set that came with the book. I however am at no time prompted to set up an admin account so that I can enter SQL plus to start scripting to create databases and tables etc. All applications in the development suite require a login to begin so what do I use initially before setting up any accounts?

-question by Masterson

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3
Recent Queries:-
  1. installare oracle lite 10g - 0.56 hr back. (1)
  2. how to install oracle 10g - 5.87 hr back. (1)
  3. standalone oracle 10g on pc - 7.25 hr back. (1)
  4. oracle 10g install aix rootpre - 12.42 hr back. (1)
  5. oracle 10g client installation guide no gui linux - 14.73 hr back. (1)
  6. steps to install oracle 10g aix - 15.20 hr back. (1)
  7. how long to install oracle 10g on windows - 15.99 hr back. (1)
  8. do i need a domain name to install oracle 10g - 17.11 hr back. (1)
  9. no oracle services installed on windows 2003 - 17.30 hr back. (1)
  10. rootpre.sh 10g - 20.72 hr back. (1)
  11. can oracle 10g be installed standalone - 21.23 hr back. (1)
  12. oracle 10g installation problems issues - 21.61 hr back. (1)
  13. installing runinstaller oracle 10g in windows - 21.73 hr back. (1)
  14. installing oracle 10g without gui - 22.92 hr back. (1)
Similar Topics

Keywords : oracle, 10g, install, issues

  1. Installing Mysql?
    Im tring to install MySQL to my game made from MCcodes lite. (17)
  2. Oracle Vs. Mysql Vs. Postgresql
    POLL!! Choses you preferred db s/w! (9)
    Hey Everyone!, Please choose your preferred database s/w! Regards, Avell....
  3. Public Access Oracle Db?
    (5)
    This may be the stupidest question ever, I don't know, but frankly if this exists it would help
    me out a lot haha. What I'm looking for is an oracle database set up somewhere that has an open
    uname/password for the public to use for testing or anything really. I'm just developing
    something that needs to connect to our oracle db here but we don't want the computers to be
    required to have the oracle client installed. Currently though all the computers I have access to
    here DO have it installed and need it to stay for the time being, and I can't access o....
  4. Can Someone Help Me Install A Script?
    (2)
    Hi /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> , I need
    some help installing a script. Actually I have a few that I'd like to install and play around
    with. Unfortunately I have no clue what I'm doing. So, is there anyone here that would like to
    answer my questions in msn or maybe even install the script(s) for me. If you're interested and
    you know how to install cgi scripts, send me a message and let me know your fee. Thanks....
  5. How Many Concurrent Users For Oracle Database?
    This is to analyse and get perfect result for How many concurrent use (1)
    Hi friends, How many concurrent users can practically access the oracle database?
    they say tht the figure is hundreds of thousands users...is there any exact figure? or does the
    number of concurrent users depend on any other factors as wel? I think depend on parameter
    1.session 2.processes session Specific connection of a user to an Oracle instance through a user
    process. A session lasts from the time the user connects until the time the user disconnects or
    exits the database application. Multiple sessions can be created and exist concurrently for ....
  6. Oracle "lite" Alternative?
    In need of a program (9)
    for college, we run oracle on a win2k3 server that's run on a virtual system like VMware and/or
    Virtual PC. VMware has it bells and whistles, and makes a nifty gadget, but eats my laptop's
    resources like there's no tomorrow. So I got rid of the VMware image and VMware itself, and
    wanted to switch to VPC. Another problem I have, is that I barely have any diskspace left to work
    with, and those images are at least 4 GB. So I wondered if anyone knew a program that would act as
    Oracle, but solely for the purpose of testing databases. I have two .db files that I....
  7. Oracle 10g - Dba Less?
    Oracle's Drive for their new RDBMS (9)
    Today Oracle is pushing the idea that if you have an Oracle 10g running in your company then you
    could survice without a DBA in your payroll Now I want your opinion on this thing....
  8. Mysql And Php
    When trying to install Joomla (15)
    I don't know if this is the correct forum, but here is my question: I'm trying to test
    Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache,
    and PHP with the MySQL and MySQLi extensions, but when I'm trying to install Joomla I get this
    error: Required Settings Check: ------------------------------------- PHP version >= 4.1.0
    Yes - zlib compression support Available - XML support Available - MySQL support
    Unavailable configuration.php Writeable Session save path Unwriteable Not ....
  9. Need Info On Database Programming Courses
    Oracle Database Programming (2)
    I know Database Programming on MS-ACCESS, now i am planning to go for some other Database
    Programming courses, People told me to go for Oracle or VisualAge. Can anyone told me to start with
    which one and how long is the course period and which one is easy and is it similar to ms access or
    somthig different.....
  10. Read/Write Issues After Copying An Access .mdb File
    (2)
    Alright, I'm currently creating an interface program for a MS Access database. I've only
    used Access once in the past but used other DB's a handful of times so I didn't have any
    trouble getting the general program created. My issue arose when I tried to make it so that the
    users needing to use the program can just copy the .exe and the .mdb files and use it. The program
    doesn't require users to share the database but to store their OWN programs information in their
    OWN database, so basically each needs to have their own database with the exact same d....
  11. How To Install PostGRE-SQL On Linux
    How to (2)
    How can I install PostgreSQL onto an Open SuSE 10.0 ? And after install, how can I put a daemon
    to run (like mysqld) ?? I tried to install it here using those fedora-core 5 rpms from the
    PostgreSQL official website, then got dependencie problems like that "libpam", that I already had it
    in "/lib" dir, then installed with "--nodeps" option. Now I'm getting this error:
    postmaster: /lib/libpam.so.0: no version information available (required by postmaster) Is there
    any other way to install this junk more easily ? What about from source ?? Isn't there a....
  12. Need Help With MySQL Compilation And Install
    (2)
    I`m new in all this computer thing, so please help me! And i`m also not very good at html and so
    on. I decided to try MySQL. There are instruction for it, but i don`t fully understand how to do
    this all. Of course, i understand how to do it, but i`d like that somebody help me, because i really
    want to know if i`m doing smth wrong. QUOTE We will compile and install MySQL software in the
    /usr/local/mysql directory: ./configure --prefix=/usr/local/mysql --with-mysqld-user=mysql
    --with-unix-socket-path=/tmp/mysql.sock --with-mysqld-ldflags=-all-static make su mak....
  13. What Are Your Opinions / Views About Oracle ?
    (9)
    What can you say about Oracle. I never used it so i want to hear from experts what is Oracle like
    :-) Topic title edited to suit the nature of content better. In future try to make your topic
    title more descriptive. ....
  14. Strange Oracle Behavior
    Oracle problem (5)
    Hi ! I have a strange error with Oracle 10g R2. I run it on a Solaris 10 computer (Ultra 60
    450MHz 1024 MB RAM). When I start all the services as usual as the user oracle I do like this:
    Database startup: sqlplus /nolog SQL> connect / as sysdba SQL> startup SQL> exit Listener startup:
    lsnrctl start iSQL*Plus startup: isqlplusctl start Then there is a strange behavior of the
    iSQL*Plus service, when I close the shell window that is started the services from the iSQL*Plus
    servers shutdown. I assume it does since I can no longer reach it. But the other serices con....
  15. What's Oracle?
    ....clueless.... (5)
    Ok. So I signed up for this college course called "Oracle." All they told me was the that course is
    supposed to teach me professional internet databasing. Am I right? And what exactly IS "Oracle"?
    What am I gonna learn? /unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' />
    /blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /> Thanks for your
    help! ....

    1. Looking for oracle, 10g, install, issues

Searching Video's for oracle, 10g, install, issues
advertisement




Oracle 10g Install Issues



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE