Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
CSV file import to server from local machine

Hi all,
I just want to know whether is there any possibilities to upload a file to database server without server login password?
My requirement is i want to load some data into a table from xyz.csv file using SQL loader. But the problem is xyz.csv file is in my machine i want to transfer it to server, And i know how to copy this file through FTP tools.
FTP tools can be used only when we know the username and password of the (apps or db)user of the server.
If i know only the apps schema name and password is that any possibilities to transfer from my machine to server.
Thanks in advance
Nirmal
Answers
-
Hi ,
This community is to discuss Oracle Application Server specific issues, you can post this query in Oracle Database community for better response:
Regards,
Prakash
-
Agree, You should DB thread for this. Just to quickly answer your question, You can use your desktop client SQL loader (SQL developer graphic tool) to upload you desktop CSV file to database using apps account with doing FTP on DB server.
Thanks
Amit