Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > Oracle
|
Oracle General Oracle database discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 30th, 2005, 01:05 AM
Authorized User
 
Join Date: Jul 2003
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default Why DB_CREATE_FILE_DEST is fail?

I want to set DB_CREATE_FILE_DEST in Oracle9i,I know it need to modify file init.ora,but there is not the file init.ora in my oracle directory,it is only file init.ora.3520059515, it's path is C:\oracle\admin\dataware\pfile\init.ora.3520059515 ,so I add
db_create_file_dest=C:\TEMP into the file. Then I shutdown the database,and open it again,but I find the parameter of DB_CREATE_FILE_DEST is not work,
SQL> show parameter db_create_file_dest

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_create_file_dest string

Why? How to solve it?


 
Old May 2nd, 2005, 03:42 AM
Authorized User
 
Join Date: Dec 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can do it by,
ALTER SYSTEM SET db_create_file_dest = 'C:\TEMP';

It will do.

Sujit Ku. Mahapatra





Similar Threads
Thread Thread Starter Forum Replies Last Post
Fail over Replication carumuga SQL Server 2005 1 September 25th, 2008 06:34 PM
Fail to create jvm again ranee Classic ASP Components 1 December 29th, 2005 06:55 AM
Fail To Export To PDF muhammadhammad78 BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 March 9th, 2005 01:04 AM
Re: type conversion fail, need help!! flyfish Access 4 December 21st, 2004 10:31 AM
Fail to Render the page gokul_blr Crystal Reports 2 September 22nd, 2004 06:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.