Oracle EBS相关的站点
官方网站 11i (11.5.10.2+ virtual) Documentation Library Release12 Documentation Library eTRM(Oracle eBusiness Suite Electronic Technical Reference Manual) E-Business Suite Documentation Oracle MetaLink (Support) Login and Registration Orac
官方网站
11i (11.5.10.2+ virtual) Documentation Library
Release12 Documentation Library
eTRM(Oracle eBusiness Suite Electronic Technical Reference Manual)
E-Business Suite Documentation
Oracle MetaLink (Support) Login and Registration
Oracle Integration Repository
Oracle iLearning
ORACLE PARTNERNETWORK
The Official Oracle Wiki
Oracle Blogs
Oracle Open World
Steven Chan(Senior Director in Oracle)
Oracle Magazine
Developer Guides
推荐站点
PTIAN ORACLE EBS 资料库
朱龙春
OracleApps Epicenter
Oracle9i Developer Suite - A Tutorial on Oracle9i Forms and Reports
ITtoolbox Wiki
Business Technology Optimization (BTO) Software (used to be Mercury Interactive)
Bottomline Technologies (used to be Optio Software)
Oracle Supply Chain Manufacturing Users on Plaxo
Oracle Applications Experts Wiki
http://www.orafaq.com/wiki/Scripts
http://apps2fusion.com/
Oracle Apps DBA's Pool
http://onlineappsdba.com/
http://www.oracleappshub.com/
PL/SQL FAQ
EBS开发涉及的软件
EBS or Other Oracle Product
https://edelivery.oracle.com/
you can find downloads for all licensable Oracle products.
Oracle Developer Suite
http://www.oracle.com/technetwork/developer-tools/developer-suite/overview/index.html
Oracle Workflow Server/Client Downloads
http://www.oracle.com/technetwork/database/options/index-092347.html
NOTE:261028.1 - How To Download and Install the LatestOracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business
JDeveloper
http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
sqltools
http://www.sqltools.net/
SQL Developer
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
WinSCP & Putty
http://winscp.net/
DataLoad
Toad for Oracle
============================
http://techie2notice.weebly.com (以下链接均摘自techie2notice.weebly.com)
http://asktom.oracle.com/
http://blogs.warwick.ac.uk/JAVA/tag/oracle/
http://dev.fyicenter.com/faq/oracle/
http://kevinclosson.wordpress.com/
http://onlineappsdba.com/
http://optimizermagic.blogspot.com/
http://oracle-ONLINE-help.blogspot.com/
http://oracle-magic.blogspot.com
http://oracle.anilpassi.com/apps-technology/10.html
http://oracle.ittoolbox.com/
http://oracledoug.com
http://oracletipstricks.blogspot.com/
http://oraqa.com
http://practicalappsdba.wordpress.com/
http://richardfoote.wordpress.com/
http://searchoracle.techtarget.com
http://structureddata.org/
http://toolkit.rdbms-insight.com/scripts.php
http://www.DBA-oracle.com/articles.htm
http://www.FREELISTS.org/archives/oracle-l/
http://www.adp-gmbh.ch/
http://www.akadia.com/
http://www.appsdba.com/
http://www.artofprogramming.net/development/oracle-tips.html
http://www.colestock.com/blogs/readme.html
http://www.cryer.co.uk/brian/oracle/Tuning.htm
http://www.dbapool.com/DIRECTORY/DBA
http://www.dbasupport.com/oracle/scripts/
http://www.dbatoolz.com/scripts_desc.htm
http://www.dbazine.com/oracle/OR-articles/
http://www.dba-village.com
http://www.dbspecialists.com
http://www.front-ROW-seat.com/
http://www.geocities.com/oracletricks/
http://www.harmanresearch.com/oracle/
http://www.idevelopment.info/DATA/Oracle/DBA_tips/Database_Administration/
http://www.jlcomp.demon.co.uk/
http://www.juliandyke.com
http://www.kevinloney.com/
http://www.lazydba.com/
http://www.materialdreams.com/oracle/scripts.html
http://www.oaktable.net/main.jsp
http://www.oracle-base.com/DBA/DBACategories.php
http://www.oracle-developer.net/
http://www.oracle.com/technology/oramag/code/tips2007/INDEX.html
http://www.oracle.com/technology/pub/articles/tech_dba.html
http://www.oraclealchemist.com/
http://www.oracledba.co.uk/
http://www.oraclepoint.com/oralife/
http://www.oraclepower.com/
http://www.orafaq.com/scripts/
http://www.petefinnigan.com
http://www.pythian.com/news/papers.html
http://www.quest-pipelines.com/pipelines/DBA/INDEX.asp
http://www.rittmanmead.com/blog
http://www.sap-img.com/oracle-DATABASE/oracle-application-hints-AND-tips.htm
http://www.sap-img.com/oracle-DATABASE/oracle-tips-INDEX.htm
http://www.smart-soft.co.uk/Oracle/oracle-tips-AND-tricks.htm
http://www.spviewer.com/
http://www.think-forward.com/sql_scripts.htm
http://blog.csdn.net/pan_tian/article/details/7472310

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

Oracle views can be exported through the EXP utility: Log in to the Oracle database. Start the EXP utility, specifying the view name and export directory. Enter export parameters, including target mode, file format, and tablespace. Start exporting. Verify the export using the impdp utility.

When Oracle log files are full, the following solutions can be adopted: 1) Clean old log files; 2) Increase the log file size; 3) Increase the log file group; 4) Set up automatic log management; 5) Reinitialize the database. Before implementing any solution, it is recommended to back up the database to prevent data loss.

Oracle is not only a database company, but also a leader in cloud computing and ERP systems. 1. Oracle provides comprehensive solutions from database to cloud services and ERP systems. 2. OracleCloud challenges AWS and Azure, providing IaaS, PaaS and SaaS services. 3. Oracle's ERP systems such as E-BusinessSuite and FusionApplications help enterprises optimize operations.

Building a Hadoop Distributed File System (HDFS) on a CentOS system requires multiple steps. This article provides a brief configuration guide. 1. Prepare to install JDK in the early stage: Install JavaDevelopmentKit (JDK) on all nodes, and the version must be compatible with Hadoop. The installation package can be downloaded from the Oracle official website. Environment variable configuration: Edit /etc/profile file, set Java and Hadoop environment variables, so that the system can find the installation path of JDK and Hadoop. 2. Security configuration: SSH password-free login to generate SSH key: Use the ssh-keygen command on each node

To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.
