Re: dbca won't work after cloning Oracle Home
Date: Sat, 15 Jun 2019 10:30:52 +0200
Message-ID: <CAP=Qj182Ei1uk_0j4pSiuwV44noPOqUeBkgn+QkcnC6v=Sa-1Q_at_mail.gmail.com>
Hi Sandra
I hade a problem with all Oracle Java tool failing to load on the same version and OLE 7.4 it turned out to be a font problem. Try creating a file in /etc/fonts/local.conf with the following contents:
<?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <alias> <family>serif</family> <prefer><family>Utopia</family></prefer> </alias> <alias> <family>sans-serif</family> <prefer><family>Utopia</family></prefer> </alias> <alias> <family>monospace</family> <prefer><family>Utopia</family></prefer> </alias> <alias> <family>dialog</family> <prefer><family>Utopia</family></prefer> </alias> <alias> <family>dialoginput</family> <prefer><family>Utopia</family></prefer> </alias> </fontconfig>
Med Venlig Hilsen
Peter Gram
*Miracle 42 A/S*
Miracle Managed services and Consulting
Borupvang 2c, 2750 Ballerup, Denmark
Cell: (+45) 53747107
Office Phone: (+45) 44668855
Mail: peter.gram_at_miracle.dk
Home : (+45) 38745696
Home : Sæbyholmsvej 18 2500 Valby
linkedin: dk.linkedin.com/in/petergram/
OakTable : oaktable.net/members <http://oaktable.net/members>
I love deadlines. I like the whooshing sound they make as they fly by.
On Fri, Jun 14, 2019 at 11:11 PM Sandra Becker <sbecker6925_at_gmail.com> wrote:
> Oracle EE 12.1.0.2
> RHEL 7
>
> A DBA who is no longer with the company cloned a RAC home, disabled RAC
> since we don't want it on this new server, and ran the clone.pl per a doc
> she said she found on MOS. All seemed to go well except dbca will not
> work. It doesn't throw an error, just closes the linux session. Suffice
> to say her documentation, or lack thereof, of her steps and any errors is
> less than adequate. I'm attempting to replicate on a test server and have
> done the following:
>
>
> 1. Zipped the OHome (RAC was already disabled here)
> 2. Copied the zip file to the new server and unzipped it
> 3. Ran the clone.pl script, which said all linking, setup, etc. was
> successful.
> 4. Tried to start dbca, but it just closed my linux session
>
> Any suggestions?
>
> I've also been attempting to download new non-RAC binaries, but I don't
> have enough disk space in my downloads directory. I'll need to jump
> through hoops and get managers involved to get more space and I don't seem
> to have another directory that I can use with sufficient space. Is there
> another way to get these files? I would prefer a clean install for the
> next non-RAC server.
>
> --
> Sandy B.
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Jun 15 2019 - 10:30:52 CEST