Database Utilities (MOSC)

MOSC Banner

Hi there @! Puzzle @! 2 Systems Dev/Prod Aix 7.1/EE12.1.02. Identical enviroment settings, nls ins

edited Jan 16, 2017 9:59AM in Database Utilities (MOSC) 8 comments

SELECT 'sql' || 'res', trim(to_char(0,'fm9990')), 'a' FROM DUAL;

Prod.

 


Test.



diff on sqlplus settings.


bash-3.00$ diff 1.f 2.f

32,33c32,33

< linesize 100

< lno 5

---

> linesize 80

> lno 14

44c44

< pagesize 10000

---

> pagesize 14

46c46

< pno 1

---

> pno 0

bash-3.00$

glogin is empty.

enviroment profiles are the same.

terminal is the same

nls settings are the same for inst/db/ses



WHY the output is different on two systems ?


SELECT 'sql' || 'res', trim(to_char(0)), 'a' FROM DUAL;


K.









Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center