Yasser Oracle Blog Dive in Oracle with Yasser, Oracle Developer Courses
Pages
(Move to ...)
Home
SQL Fundamentals
SQL Fundamentals II
SQL PLUS
PL/SQL
Forms and Reports
HTML5
JavaScript
PHP
jQuery
Java
NLS_LANG
SQL SERVER
PL/SQL Collections and Records
DBMS_OUTPUT built-in package
Date and Time
PL/SQL Transactions
Ref Cursors
Bulk Binds
PL/SQL Analytic Functions
Problems and solves
Oracle Indexes
Oracle Courses
PHP
Work Samples
Record & Collection
LOOP
Conditional statements
Triggers
Object Oriented
Contact Me
▼
Wednesday, August 31, 2016
character set problems
›
You just installed Oracle Database XE version (10g or 11g) and try to connect with forms 6i. When you put the connection string and hit ENT...
Monday, August 29, 2016
Select source of view
›
select text from user_views where view_name = upper('pay_emp_types_v');
Sunday, August 28, 2016
How to check character set
›
One of the requirements for samePage is that the character set should be UTF-8. You can either check with your DBA or run the following S...
Friday, August 5, 2016
Using PL/SQL Collections and Records
›
Using PL/SQL Collections and Records
Monday, August 1, 2016
Oracle Tnsnames.ora
›
net_service_name= (DESCRIPTION= (ADDRESS=( protocol_address_information )) (CONNECT_DATA= (SERVICE_NAME=service_name)))
Oracle import dump
›
imp system/sys@orcl FULL=Y FILE=FULL.DMP
Oracle export dump
›
exp exp system/sys@orcl FULL=Y FILE=FULL.DMP
‹
›
Home
View web version