DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: to_char problem

  1. #1
    Join Date
    Sep 2000
    Posts
    384
    In my Integeration unit one of the view like
    where rt.id = tsa.plus_id
    and t.party_id = p.party_id
    and t.party_id = st.party_id(+)
    /

    is working fine .

    when moved to production it is not working.

    but when sufficed like to_char it works fine

    where rt.id =to_char( tsa.plus_id)
    and t.party_id = p.party_id
    and t.party_id = st.party_id(+)
    /

    all the base tables have the same datatypes .

    any idea why ???
    Radhakrishnan.M

  2. #2
    Join Date
    Jul 2000
    Posts
    296
    Data and Oracle version are also the same?
    Maybe in production values of tsa.plus_id contain non-numeric characters.

  3. #3
    Join Date
    Sep 2000
    Posts
    384
    VERSION is one and the same in both.

    both have numeric values only.
    Radhakrishnan.M

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width