From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anders Wirzenius Newsgroups: gmane.emacs.help Subject: Re: Help for sql-oracle mode Date: Thu, 06 Mar 2008 10:12:28 GMT Organization: Sonera Customer Message-ID: References: <87bq614hvo.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204816373 2577 80.91.229.12 (6 Mar 2008 15:12:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 15:12:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 06 16:13:10 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXHly-0004eY-0h for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2008 16:12:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXHlQ-0007JW-5G for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2008 10:12:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!central1.inet.fi!inet.fi!read4.inet.fi.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-NNTP-Posting-Host: 194.251.142.2 Original-X-Complaints-To: abuse@inet.fi Original-X-Trace: read4.inet.fi 1204798348 194.251.142.2 (Thu, 06 Mar 2008 12:12:28 EET) Original-NNTP-Posting-Date: Thu, 06 Mar 2008 12:12:28 EET Original-Xref: shelby.stanford.edu gnu.emacs.help:156719 X-Mailman-Approved-At: Thu, 06 Mar 2008 10:11:46 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52097 Archived-At: Misskiss writes: > Tim X writes: > > > "misskiss wang" writes: > > > > Can you access the database just running SQL-Plus? Oracle is natorious > > for providing misleading error messages. For example, you will get that > > same error message if you specify the wrong SID. The first thing I wold > > do is try > > > > sqlplus DB1 > > > > and hit enter when prompted for the username and password. If that > > works, then we know the problem isn't with Oracle and have to look > > closer at sqlplus. > > > > Tim > > > > P.S. > > > > I've never seen an Oracle database that didn't require a username - the > > username determines the schema - I guess you can have one, just never > > come across it before. > > -- > > tcross (at) rapttech dot com dot au > > > > Thanks a lot for the help! I tried "sqlplus DB1", it's the same problem, > I still cannot login DB server. However, if I use a GUI tool to login > the server, leave both user name and password as blank, I can login the > server. It's really unconvininet for me... Is there any good solutions? > > Thanks a lot! > > Misskiss Just my 2 cnts: Maybe your network uses a single login system and your credentials are fetched from the Active Domain when using a GUI tool? -- Anders