Hi, I have a query to get a bank account information's in Oracle E-Business Suite R12.1.3 , Database version is 11 and one of the tables returned "ora-29275 partial multibyte character" when I am trying to select from. please help.
Oraask Latest Questions
I have a column with type varchar2 and i want to convert this column into number how can i achieve this in oracle database How to convert varchar2 to number in oracle?
How to insert multiple rows in sql oracle?
I am new to sql and i have a table with name "ACTIONS". what is the command to delete this table from the database? i tried this: delete table ACTIONS but it does not work.
i want to rename column in a table inside oracle database 10g without drop the table can someone help me in this?
In oracle How do I get a list of all tables in a database?
I have a query which takes time to execute and i want to tune it, but i am facing problem with cache in database how to flush database buffer. to get the right execution time every time i have made ...
How to get duplicate values in a column in oracle database 10g assume that we have employees table, and each employee has salary. now i want to write a query to find all duplicate salaries.
I have table have 15 column and 35000 rows called inventory_transfers, what i need is to create a new table with the same structure as my original table but without data. how to do this in oracle database 11g
Hi i want to know briefly What is the difference between a left join and a left outer join in oracle? thanks