Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: starting oracle with solaris project
ivl5_at_hotmail.com wrote:
> On Jul 16, 10:25 am, hume.spamfil..._at_bofh.ca wrote:
>> In comp.unix.solaris DA Morgan <damor..._at_psoug.org> wrote: >> >>> The issue, as I understand it, is that Oracle says you can use these >>> things with one caveat. If something goes wrong they will ask you to >> The Oracle 10g install documents I read explicitly instructed on how to >> set up /etc/project for use with Oracle on Solaris 10. (Projects, not >> zones.) There were no visible caveats in the document.
>> Does Oracle normally direct users toward unsupportable configurations in >> their own install documents?
>> I'm asking honestly, not retorically or mockingly. Some vendors do stupid >> things like that. >> >>> As that is likely impossible, and certainly almost impossible in a >>> timely fashion, it renders the configurations unsupported. >> The traditional /etc/system changes used in previous versions of Solaris >> still work in Solaris 10. They're just deprecated and unnecessary.
Assign the oracle user a special default project: projadd -U oracle -K "project.max-shm-memory=(priv,2048MB,deny)" user.oracle
This works, but from the man pages it sounds like you are suppose to be able to assign a user a default project upon login using usermod (?) after the fact, resulting in the same effect, but I couldn't get it to work until stumbling accros this guys post.
Here is the link that the code snippet come from: http://forum.java.sun.com/thread.jspa?threadID=5074218&start=0&tstart=0
>
>> -- >> Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/
![]() |
![]() |