Oracle D_FILE.PUT & amp; FND_FILE.PUT_LINE

Source: Internet
Author: User

Oracle D_FILE.PUT & FND_FILE.PUT_LINE FND_FILE can be used to write into FND_FILE.PUT (which in number, buff IN VARCHAR2); Use this procedure to write text to a file (without a new line character ). multiple callto FND_FILE.PUT will produce concatenated text. typically used with FND_FILE.NEW_LINE.Arguments (input) which Log file or output file. use either FND_FILE.LOG or FND_FILE.OUTPUT. buff Text to write. FND_FILE.PUT_LINEprocedure FND_FILE.PUT_LINE (which in number, buff IN VARCHAR2); Use this procedure to write a line of text to a file (followed by a new line character ). you will use this utilitymost often. arguments (input) which Log file or output file. use either FND_FILE.LOG or FND_FILE.OUTPUT. buff Text to write.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.