[Spacewalk-list] error running spacewalk-setup --disconnected .5 on F10

Jan Pazdziora jpazdziora at redhat.com
Thu Apr 2 13:31:26 UTC 2009


On Thu, Apr 02, 2009 at 06:16:10AM -0700, Matthew Opoka wrote:
> 
> New results:
> 
> SQL> INSERT INTO  rhnChannelFamily (id, name, label, org_id, product_url) VALUES (rhn_channel_family_id_seq.nextval, "Private Channel Family 1" , "private-channel-family-1", 1,  "First Org Created");
> INSERT INTO  rhnChannelFamily (id, name, label, org_id, product_url) VALUES (rhn_channel_family_id_seq.nextval, "Private Channel Family 1" , "private-channel-family-1", 1,  "First Org Created")
>                                                                                                                                                                              *
> ERROR at line 1:
> ORA-00984: column not allowed here
> 
> SQL> select * from rhnChannelFamily;
> no rows selected

I did not follow the thread closely but if you want to insert strings,
you need to use apostrophes, not double quotes:

	'Private Channel Family 1'
	'private-channel-family-1'
	'First Org Created'

-- 
Jan Pazdziora
Senior Software Engineer, Satellite Engineering, Red Hat




More information about the Spacewalk-list mailing list