Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials

Oracle SQL

This category lists all questions related to Oracle SQL database

Share
  • Facebook
6 Followers
57 Answers
85 Questions
Home/Database/Oracle SQL/Page 5
  • Recent Questions
  • Answers
  • No Answers

Oraask Latest Questions

Question
albert
  • 0
albertExplorer
Asked: February 19, 2020In: Oracle SQL

ORA-01017 invalid username password logon denied

  • 0

i faced this error when trying to connect to oracle database ora 01017 invalid username password logon denied and i checked the username, password and it's correct. any help will be appreciated

1
  • 1 1 Answer
  • 742 Views
  • 0 Followers
Answer
Question
Alan
  • 0
AlanExplorer
Asked: January 31, 2020In: Oracle SQL

What is relational database management system ?

  • 0

could you please someone explain briefly What is relational database management system ? OR what is the meaning of RDBMS?

rdbms
0
  • 0 0 Answers
  • 182 Views
  • 0 Followers
Answer
Question
Waqas
  • 1
WaqasExplorer
Asked: March 4, 2019In: Oracle SQL

ORA-12705 invalid or unknown NLS parameter value specified error when connect to oracle 11g from a php application

  • 1

Hi, When i try to connect to oracle 11g from a php application i am getting this error : ORA-12705 invalid or unknown NLS parameter value specified Please help me to solve this issue

NLS parameterORA-12705
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
Amira
  • 0
Amira
Asked: October 21, 2018In: Oracle SQL

How to create synonym in oracle ?

  • 0

Hello Guys, how can i create synonym in oracle ? thanks.

create synonymcreate synonym oracleoracle synonymssynonyms
2
  • 2 2 Answers
  • 1k Views
  • 0 Followers
Answer
Question
Ovilia
  • 0
OviliaExplorer
Asked: October 16, 2018In: Oracle SQL

ORA-29280: utl_file.fopen invalid directory path error

  • 0

when i am trying to use utl_file.fopen it gave me an error  ORA-29280: utl_file.fopen invalid directory path error and this what i did: [code] CREATE DIRECTORY mydir AS 'C:\New'; [/code] [code] GRANT READ ON DIRECTORY mydir TO myuser; [/code] then using [code] v_FileHandle := UTL_File.FOpen('mydir', 'myfile', 'w', 32767); [/code] and this the final ...

directoryORA-29280ora-29280 invalid directory pathora-29280 invalid directory path utl_file.fopenUTL_FILE.FOPEN()
0
  • 0 0 Answers
  • 599 Views
  • 0 Followers
Answer
Question
SaraHassan
  • 1
SaraHassan
Asked: October 14, 2018In: Oracle SQL

Is there SQL Function to add space inside string value?

  • 1

Hi there, Is there any function in SQL or PL/SQL to add space to string value ? for example : this value 'oraask' i need the result to be like this : 'ora      ask' thanks in advance.

add space functionpl/sqlsqlsql function
1
  • 1 1 Answer
  • 973 Views
  • 0 Followers
Answer
Question
Maram
  • 0
MaramExplorer
Asked: March 29, 2018In: Oracle SQL

How to rollback oracle sequence value ?

  • 0

i created a sequence and take the nextval from it but i want to rollback this operation to return to previous next value ? is there any way to achieve this, if so please guide me.

currvalnextvalrollbacksequencesql
1
  • 1 1 Answer
  • 3k Views
  • 0 Followers
Answer
Question
Waqas
  • 0
WaqasExplorer
Asked: August 12, 2017In: Oracle SQL

Why is Sequence not incrementing ?

  • 0

Hi, Oracle : 9.2.0.8.0 We have sequence as below: [code] CREATE SEQUENCE TEST_SEQ START WITH 41554558016 INCREMENT BY 2 MAXVALUE 1000000000000000000000000000 MINVALUE 1 NOCYCLE CACHE 40 NOORDER; [/code] We have written a procedure to increment the sequence value based on another sequence value by comparing the two values. But when I execute the procedure ...

execute immediateincrementingproceduresequencesql
0
  • 0 0 Answers
  • 509 Views
  • 0 Followers
Answer
Question
Maran
  • 0
Maran
Asked: July 19, 2017In: Oracle SQL

Which one do better performance NOT IN vs NOT EXISTS ?

  • 0

Hello, Which of these queries is the do better performance NOT IN vs NOT EXISTS? and please give me an clear example if possible. thanks

querysql
1
  • 1 1 Answer
  • 474 Views
  • 0 Followers
Answer
Question
Sam
  • 0
Sam
Asked: July 19, 2017In: Oracle SQL

How to select a random row in SQL& MySQL?

  • 0

Hi I want to select a random row in SQL& MySQL?

How toMySQLqueryrowsql
1
  • 1 1 Answer
  • 414 Views
  • 0 Followers
Answer
1 … 4 5 6 … 9

Sidebar

Adv 250x250

Explore

  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials

Footer

Oraask

About

Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy
  • Terms & Conditions

Follow

Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

© 2019 Oraask. All Rights Reserved
With Love by Oraask.