Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 7th, 2008, 01:50 AM
Newbie
 
Join Date: Aug 2008
Posts: 1
Default SELECT WHERE SettingKey = N'Logon' FAILS

Does anyone know why a simple select like :

SELECT SettingValue FROM sysCONFIG_SETTINGS WHERE ModuleName = N'ScheduledTask' AND SettingKey = N'Logon' should fail in oracle 10g

It fails with 'no such column'

It works is I use N'Logonxxx' or 'Logon'

And it works in SQL+ and SQL/Developer

But it fails in the live system

Thanks
Reply
  #2  
Old August 7th, 2008, 10:10 AM
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 6,870
Default

try using this

Expand|Select|Wrap|Line Numbers
  1. SELECT SettingValue FROM sysCONFIG_SETTINGS WHERE ModuleName = 'N''ScheduledTask''' AND SettingKey = 'N''Logon''' 
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles