473,382 Members | 1,380 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 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 29273
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 9.2 on xp is in question. Thanks in advance ...
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 -fno-exceptions -I/usr/X11R6/include -o run main.o...
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 (schema for Oracle?) and I am creating NEW tables...
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 textbox's Init event. Code: this.Textbox1.Value =...
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. I’ve posted this problem to 3 other ASP.NET...
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 before running initdb. - And the explicit locale...
0
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration ============================================================================= Terrence Brannon bauhaus@metaperl.com...
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, namely default-initialization and...
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 as no extra object code needs to be linked when...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.