472,353 Members | 1,894 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

init.ora file location.

10
Hi,
Can anyone tell me the location of init.ora file?

I wanted to take the output of the query into a CSV file.
If i use the spool command, it takes long time since there are large number of records.

So am trying to use the UTL_FILE utility.

Can anyone help me on this?

Thanks.
Oct 18 '07 #1
3 28924
amitpatel66
2,367 Expert 2GB
Hi,
Can anyone tell me the location of init.ora file?

I wanted to take the output of the query into a CSV file.
If i use the spool command, it takes long time since there are large number of records.

So am trying to use the UTL_FILE utility.

Can anyone help me on this?

Thanks.
In order to check the directories that you can use for UTL_FILE operations, you need not go and check for init.ora file. Use the below query that will give the the directories that you can use for UTL_FILE operations:

Expand|Select|Wrap|Line Numbers
  1. select value from v$parameter where name = 'utl_file_dir'
  2.  
Oct 18 '07 #2
Surek
10
In order to check the directories that you can use for UTL_FILE operations, you need not go and check for init.ora file. Use the below query that will give the the directories that you can use for UTL_FILE operations:

Expand|Select|Wrap|Line Numbers
  1. select value from v$parameter where name = 'utl_file_dir'
  2.  

when i executed the query it tells me that 'Table or view doesnot exist'.
Can you tell me the location where the init.ora file will be placed generally.
Oct 18 '07 #3
amitpatel66
2,367 Expert 2GB
when i executed the query it tells me that 'Table or view doesnot exist'.
Can you tell me the location where the init.ora file will be placed generally.
You can find init.ora file under the path:

$ORACLE_HOME/dbs folder.

Well you need to find the path for ORACLE_HOME as it varies based on the installation.

You can probably find it from regedit in case of windows or run the command echo $ORACLE_HOME in case of unix AIX machine
Oct 18 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Ping | last post by:
Where can i find the initialization file to change some parameters? This file used to be init<sid>.ora in previous versions of oracle. Oracle...
1
by: clusardi2k | last post by:
Hello, What can I do about these gcc Red Hat Linux errors. They are coming from the archive file. %gcc -I/usr/fltk -O2 -Wall -Wunused ...
2
by: FC | last post by:
Hello all: I am fairly new the Oracle and SQL and I am trying to find out how can I achieve the following: I have a program that uses a database...
9
by: J.Marsch | last post by:
I must be missing something here: The Init event for controls does not seem to fire. What I did: Drop a textbox on a blank webform, hook the...
10
by: Wylbur via DotNetMonster.com | last post by:
Hello to all of you geniuses, I'm having a problem trying to get an Init handler to fire for a Placeholder control at the initialization phase....
6
by: Troels Arvin | last post by:
Hello, In the init-script contained in the RPMs downloadable from the PostgreSQL site (I checked the one for Fedora), an explicit locale is set...
0
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration...
4
by: Jess | last post by:
Hello, I tried several books to find out the details of object initialization. Unfortunately, I'm still confused by two specific concepts,...
2
by: Christof Warlich | last post by:
Hi, I'm working on a (template) library that is up to now entirely implemented in header-files. This makes the library quite convenient to use...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.