Welcome Guest ( Log In | Register )



3 Pages V  < 1 2 3  
Reply to this topicStart new topic
> Oracle 10g Install Issues
iGuest
post Mar 4 2008, 08:20 AM
Post #21


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



PassWords
Oracle 10g Install Issues

I have set up a 10g database and don't seem to be able to limit the logins. Case and Point any one can login through PL/SQL Plus using any combination of login ID or Passwords. All security seems to be lost. Anyone got any ideas?



-question by ed the lost
Go to the top of the page
 
+Quote Post
teeth
post Mar 7 2008, 02:51 PM
Post #22


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 8
Joined: 6-March 08
Member No.: 28,935



QUOTE(yordan @ Mar 13 2007, 01:06 PM) *
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


Go back and do the instalation slowly and make sure you fill in al the spaces because you may have missed something out
Go to the top of the page
 
+Quote Post
yordan
post Mar 7 2008, 06:35 PM
Post #23


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



QUOTE(FeedBacker @ Mar 4 2008, 09:20 AM) *
PassWords

Oracle 10g Install Issues
I have set up a 10g database and don't seem to be able to limit the logins. Case and Point any one can login through PL/SQL Plus using any combination of login ID or Passwords. All security seems to be lost. Anyone got any ideas?
-question by ed the lost

Not sure I understant. system/manager can login, sys/sys can login, scott/tiger can login, this is the normal case.
or do you mean that you type any username and any password (like whoknows/nobody or jeopardy/nothing) and it works ?
Go to the top of the page
 
+Quote Post
iGuest
post Mar 22 2008, 10:16 PM
Post #24


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



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
Go to the top of the page
 
+Quote Post
Doc.h0llyw00d
post Mar 24 2008, 05:40 PM
Post #25


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 18
Joined: 22-March 08
Member No.: 29,297



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.
Go to the top of the page
 
+Quote Post
yordan
post Mar 24 2008, 06:15 PM
Post #26


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



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.
Go to the top of the page
 
+Quote Post
Doc.h0llyw00d
post Mar 24 2008, 06:30 PM
Post #27


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 18
Joined: 22-March 08
Member No.: 29,297



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.

This post has been edited by Doc.h0llyw00d: Mar 24 2008, 06:32 PM
Go to the top of the page
 
+Quote Post
iGuest
post Jul 4 2008, 03:16 AM
Post #28


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



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
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. What Are Your Opinions / Views About Oracle ?(9)
  2. Need Help With MySQL Compilation And Install(2)
  3. How To Install PostGRE-SQL On Linux(2)
  4. Read/Write Issues After Copying An Access .mdb File(2)
  5. Need Info On Database Programming Courses(2)
  6. Mysql And Php(15)
  7. Oracle 10g - Dba Less?(9)
  8. Oracle "lite" Alternative?(9)
  9. How Many Concurrent Users For Oracle Database?(1)
  10. Can Someone Help Me Install A Script?(2)
  11. Public Access Oracle Db?(5)
  12. Oracle Vs. Mysql Vs. Postgresql(9)
  13. Installing Mysql?(17)


 



- Lo-Fi Version Time is now: 30th August 2008 - 09:46 AM