Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Oracle-xe page for Spacewalk doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Summary: Oracle-xe page for Spacewalk doesn't work Product: Fedora Hosted Projects Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Deployment_Guide AssignedTo: mhideo@redhat.com ReportedBy: mschwage@gmail.com QAContact: rlerch@redhat.com CC: fedora-docs-list@redhat.com Classification: Fedora
Description of problem: Sorry about the classification of this. I didn't see Spacewalk anywhere in Bugzilla! Anyway, on the webpage https://fedorahosted.org/spacewalk/wiki/OracleXeSetup#Install, the install instructions don't work as advertised. There, it says "Configure the Oracle XE database by running # /etc/init.d/oracle-xe configure" This did not set the system/sys name correctly. Yes, I know, the oracle-xe command comes from Oracle themselves, but on my RHEL53 machine it just refused to set the password correctly. Did I try to do it 10 times or more? Yes I did, and it did not work at all. Did I fat finger my password every single lousy time I tried it? No I did not, for I was able to create my password as easy as you please using my workaround below.
Version-Release number of selected component (if applicable): oracle-xe-univ-10.2.0.1-1.0 oracle-instantclient-basic-10.2.0.4-1 oracle-instantclient-sqlplus-10.2.0.4-1
How reproducible: Every time.
Steps to Reproduce: 1. Do this on RHEL53 x86_64. Install the Oracle-XE software as listed. 2. Follow the instructions on https://fedorahosted.org/spacewalk/wiki/OracleXeSetup#Install, up to and including the "Test Your Connection with SQLPlus" part. 3. You fail to login.
Actual results: Fail to login.
Expected results: Successful login.
Additional info: The workaround is to perform the following after running /etc/init.d/oracle-xe configure :
su - oracle . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh /usr/lib/oracle/10.2.0.4/client64/bin/sqlplus /NOLOG CONNECT / AS SYSDBA alter user sys identified by password; alter user system identified by password; sqlplus64 'sys@xe as sysdba'
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Jonathan Steffan jonathansteffan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathansteffan@gmail.com Component|Deployment_Guide |Documentation Version|unspecified |0.5 AssignedTo|mhideo@redhat.com |jha@redhat.com Product|Fedora Hosted Projects |Spacewalk QAContact|rlerch@redhat.com |satellite-qa-list@redhat.co | |m
--- Comment #1 from Jonathan Steffan jonathansteffan@gmail.com 2009-07-28 00:08:04 EDT --- I've run into similar issues. The exact issue I ran into was the use of too long of a password and a password with an @ in it. This is a bug with the oracle code, and not Fedora/Spacewalk related, IMHO.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Miroslav Suchý msuchy@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |559281(space09)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Jan Pazdziora jpazdziora@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jpazdziora@redhat.com AssignedTo|jha@redhat.com |jpazdziora@redhat.com
--- Comment #2 from Jan Pazdziora jpazdziora@redhat.com 2010-02-02 05:27:04 EST --- Taking.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Jan Pazdziora jpazdziora@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Blocks|559281(space09) |543511(space08) Flag| |needinfo?(mschwage@gmail.co | |m)
--- Comment #3 from Jan Pazdziora jpazdziora@redhat.com 2010-02-02 05:28:40 EST --- Michael, could you try the installation of Oracle XE based on instructions on https://fedorahosted.org/spacewalk/wiki/OracleXeSetup now? Note that the package oracle-lib-compat which is listed as one to install now should setup everything properly for you.
Thank you,
Jan
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
Michael Mráka mmraka@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=514046
--- Comment #4 from Michael Mráka mmraka@redhat.com 2010-02-16 07:58:37 EST --- Spacewalk 0.8 has been released