SQL * plus on Oracle 10G

Scripts Diversos para o Oracle SQL*Plus. (Relacionado a ferramenta Oracle SQL*Plus, para questões de SQL, usar o forum SQL)
Post Reply
pc_delphi
Rank: Analista Pleno
Rank: Analista Pleno
Posts: 128
Joined: Thu, 29 May 2008 6:44 pm
Location: São Paulo
Tudo posso, nAquel que me fortalece
Filipenses 4:13

I have the Express version (free) and opened the command prompt, but I can not log in on it. How do I need to take a test with it, how do I log in 10g, via prompt?
My schema is: bank.global
My password is: 111111
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Do you give any error message? If so, what?
pc_delphi
Rank: Analista Pleno
Rank: Analista Pleno
Posts: 128
Joined: Thu, 29 May 2008 6:44 pm
Location: São Paulo
Tudo posso, nAquel que me fortalece
Filipenses 4:13

Not quite an error MSG, but like this:

Select all

Insufficient privileges
(this when I give the startup).
pc_delphi
Rank: Analista Pleno
Rank: Analista Pleno
Posts: 128
Joined: Thu, 29 May 2008 6:44 pm
Location: São Paulo
Tudo posso, nAquel que me fortalece
Filipenses 4:13

If I do like this:

Select all

SQL> connect "Banco.Global"/111111

Dá a mensagem:

Select all

 invalid Username/password; logon denied
schnu
Rank: Analista Pleno
Rank: Analista Pleno
Posts: 110
Joined: Tue, 24 May 2005 9:16 pm
Location: Dongguan - Guangdong - China

It may seem nonsense, but I had problems using password being the first digit number, when I changed the password by placing the first type a character worked !!!

If you can do this test there it would be interesting, because until I was surprised when I solved the way I wrote above.
gokden
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 264
Joined: Sun, 19 Aug 2007 8:18 pm
Location: Ribeirão Preto - SP
Lucas de Souza

OCA Developer
Analista de sistemas

Aham ... é that's right, look what happens here.

Select all

SQL> alter user teste identified by 1teste; 
alter user teste identified by 1teste 
                               * 
ERROR at line 1: 
ORA-00988: missing or invalid password(s)
= D
ruevers
Rank: DBA Sênior
Rank: DBA Sênior
Posts: 324
Joined: Fri, 02 Jun 2006 1:48 pm
Location: sp
Contact:

If you want to put number ... put the password in quotation marks.

Thus:

Select all

alter user identified by "1teste";

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests