DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: ora-01078 failure in processing system parameters

  1. #1
    Join Date
    Jul 2001
    Posts
    45
    Hi all,
    Locally managed tablespace LM_TBLSP8 was in process when system failed.
    Was trying to restart the database after connection with Internal.
    Connected to an idle instance.

    SQL>Startup Mount
    I received the following error message.
    LRM-00104: "written" is not legal integer for "open_links"
    LRM-00113: Error when processing file d:\oracle\oradata\REMA\pfile\initREMA.ora
    ORA-01078:Failure in processing system parameters.

    I then issue the following command and received this error message
    SQL>startup pfile=d:\oracle\oradata\REMA\pfile\initREMA.ora
    LRM-00104: "written" is not legal integer for "open_links"
    ORA-01078:Failure in processing system parameters.

    Could some on help please
    Thanks
    Richard

    [Edited by richardana on 08-31-2001 at 09:01 AM]

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well it states that you open_link parameter is not correct you need to use an integer but you are actually using a tring setting the value for open_links

    just change written to a value (default is 4)

  3. #3
    Join Date
    Jul 2001
    Posts
    45
    Hi All,
    Thank you for being there for me and for all.
    Please disregard my previous email, for I have fixed the problem.
    Again thank you and God Bless.
    Richard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width