473,322 Members | 1,408 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,322 software developers and data experts.

what is listner in oracle?????i want to create it on my pc!!!!!!

20
hiiiiii
i m newbie to dba but i have got assignment from my senior to create a litner on my pc and create a new username and password so if any one have knowledge abt it then try to tell me

thankz in advance

reg
abhinav
Jul 3 '07 #1
1 2147
debasisdas
8,127 Expert 4TB
You need not create a listner for oracle, if oracle is installed on your system there will be a listner configures on your system.

It will be available in
controlpanel--->administrative tools---------->services

Actually listner is a service which is responsible for interaction between client and server.
This listenser service should be running .
and if u want to create a new user

log in to SYS or SYSTEM or any othere user account which has create user system previlege

then from that schema execute this

Expand|Select|Wrap|Line Numbers
  1. CREATE USER USERNAME IDDENTIFIED BY PASSWORD;
it creates the user.

next grant certain previleges

Expand|Select|Wrap|Line Numbers
  1. GRANT CONNECT,RESOURCE TO USERNAME;
Now this user can connect and create his objects.
Jul 3 '07 #2

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

Similar topics

3
by: Brett | last post by:
What was used to create this discussion group? Particularly the UI components? Thanks, Brett
1
by: Daniel | last post by:
Hi all, If i need to create chart with the existing library in vs.net2003, how to call it out and use it. Any example? If i need to create more complicated chart, the exsiting library in vs.net...
2
by: Tom | last post by:
I'm getting this error when I try to pass a structure to a dll. An unhandled exception of type 'System.ArgumentException' occured in Test1.exe Additional Information: Type could not be marshaled...
2
by: K. A. | last post by:
I'm trying to write a web site for storing staff ID's together with their photos using a PHP form. A user of the site should be able to enter his ID, name, and select a file from a directory as his...
34
by: emrahayanoglu | last post by:
Hello Everyone, Now, I'm working on a new web framework. I tried many test on the other programming languages. Then i decided to use python on my web framework project. Now i want to listen...
4
by: Noob | last post by:
They want me to: "Please research an AD setting that would allow us to have .net programs on a network drive but not have to run the caspol or gack commands, as we have done before" They run: ...
2
by: Earl Anderson | last post by:
I received an installation program to load an application on my home computer (WinXP w/ OfficeProXP). The app was originally built in AccessXP, however is now run on A2003, since the company...
1
by: JOHNSHELL08 | last post by:
What is the difference between pc dos & msdos ?
1
by: mayur121 | last post by:
I want to join the course of oracle.How many papers are there in ORACLE?
3
meenesh
by: meenesh | last post by:
related to above question please help me out :-- on the basis of above interact with database i also want some animated output to appear such as "smile should increase if student secure above 90...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...

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.