Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheBoyMonkey

    Changing Locale Through Console

    Is there a way to change the locale adomain is using through the console? Or see which locale it is using? Where does it pick up the locale it is using from? Thanks, TBM.
  2. TheBoyMonkey

    Locale Setting

    I've updated the etc/profile which updates all the users successfully. Thankyou. Though I'm not sure if it'll have the same effect as a system-wide (don't see why not mind). My weblogic is still turning nonsense though. :( Thankyou for all your help today, gents.
  3. TheBoyMonkey

    Locale Setting

    PWD=/home/weblogic/bea/user_projects/domains/<domain> TZ=WET HOSTNAME=parmn14 LD_LIBRARY_PATH=/lib:/usr/lib:/usr/ucblib:/u01/app/oracle/product/9.2.0/lib32 PS1=[weblogic@parmn14]$ LD_LIBRARY_PATH_64=/lib:/usr/lib:/usr/ucblib:/u01/app/oracle/product/9.2.0/lib32:/u01/app/oracle/product/9.2.0/lib...
  4. TheBoyMonkey

    Locale Setting

    The locale is installed and the directory is available in /usr/lib/locale. It looks as though I don't have a /opt/mqsi folder though. Is this platform dependant / important / named something else? Thanks, TBM.
  5. TheBoyMonkey

    Locale Setting

    The contents of the TIMEZONE file reflect exactly that of the init file. Sorry - a little new here - how can I test the symlink is in tact?
  6. TheBoyMonkey

    Locale Setting

    Thanks. That's exactly the procedure I followed. Any ideas as to why that might not work?
  7. TheBoyMonkey

    Locale Setting

    Hi, I'm trying to set the locale of my Solaris environment to something other than NULL (which it is at present). I've edited the init file in /usr/etc/default, rebooted, but still the locale remains NULL. Any ideas? ************************************************** #ident "@(#)init.dfl...
  8. TheBoyMonkey

    TCHAR Strings and concatonation issues

    I'm trying to retrieve a few lines of text from a file (ASCII) and then concatonate them into a TCHAR variable. The entire lines of text amount to around 170 characters in length and the TCHAR receiving each file line is is set to _TCHAR fileLine[4000]. I'm simply using the instruction...
  9. TheBoyMonkey

    utl_file.put_line suddenly stops writing

    I seemed to have solved this - more down to a schoolboy error on my part. It appears that the put_line doesn't write each line one by one, but rather must cache them and add a set of lines to a file at intervals. The last set wasn't getting written to the file as I was forcing a return...
  10. TheBoyMonkey

    utl_file.put_line suddenly stops writing

    Santa, dbtoo2001, Thanks for the replies. Here's an update: I have used a second output file to track the execution of the code. Unfortunatley, the code executes as expected. If I print the contents of the message into the debug file, the line before I want to write to the output file, the...
  11. TheBoyMonkey

    utl_file.put_line suddenly stops writing

    I'm writing two CSV files using utl_file, using a number of packages. The first file is written with the correct number of records. However, the second file stops being written to halfway through creation. No exceptions occur in the code - in fact, the code continues to execute perfectly...

Part and Inventory Search

Back
Top