search
HomeDatabaseMysql TutorialOracle EBS相关的站点

Oracle EBS相关的站点

Jun 07, 2016 pm 03:02 PM
oracleOfficial websiteRelatedsite

官方网站 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 资料库Oracle EBS相关的站点

朱龙春

OracleApps Epicenter

Oracle9i Developer Suite - A Tutorial on Oracle9i Forms and Reports

Oracle AIM FAQ                

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


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What Are the Limitations of Using Views in MySQL?What Are the Limitations of Using Views in MySQL?May 14, 2025 am 12:10 AM

MySQLviewshavelimitations:1)Theydon'tsupportallSQLoperations,restrictingdatamanipulationthroughviewswithjoinsorsubqueries.2)Theycanimpactperformance,especiallywithcomplexqueriesorlargedatasets.3)Viewsdon'tstoredata,potentiallyleadingtooutdatedinforma

Securing Your MySQL Database: Adding Users and Granting PrivilegesSecuring Your MySQL Database: Adding Users and Granting PrivilegesMay 14, 2025 am 12:09 AM

ProperusermanagementinMySQLiscrucialforenhancingsecurityandensuringefficientdatabaseoperation.1)UseCREATEUSERtoaddusers,specifyingconnectionsourcewith@'localhost'or@'%'.2)GrantspecificprivilegeswithGRANT,usingleastprivilegeprincipletominimizerisks.3)

What Factors Influence the Number of Triggers I Can Use in MySQL?What Factors Influence the Number of Triggers I Can Use in MySQL?May 14, 2025 am 12:08 AM

MySQLdoesn'timposeahardlimitontriggers,butpracticalfactorsdeterminetheireffectiveuse:1)Serverconfigurationimpactstriggermanagement;2)Complextriggersincreasesystemload;3)Largertablesslowtriggerperformance;4)Highconcurrencycancausetriggercontention;5)M

MySQL: Is it safe to store BLOB?MySQL: Is it safe to store BLOB?May 14, 2025 am 12:07 AM

Yes,it'ssafetostoreBLOBdatainMySQL,butconsiderthesefactors:1)StorageSpace:BLOBscanconsumesignificantspace,potentiallyincreasingcostsandslowingperformance.2)Performance:LargerrowsizesduetoBLOBsmayslowdownqueries.3)BackupandRecovery:Theseprocessescanbe

MySQL: Adding a user through a PHP web interfaceMySQL: Adding a user through a PHP web interfaceMay 14, 2025 am 12:04 AM

Adding MySQL users through the PHP web interface can use MySQLi extensions. The steps are as follows: 1. Connect to the MySQL database and use the MySQLi extension. 2. Create a user, use the CREATEUSER statement, and use the PASSWORD() function to encrypt the password. 3. Prevent SQL injection and use the mysqli_real_escape_string() function to process user input. 4. Assign permissions to new users and use the GRANT statement.

MySQL: BLOB and other no-sql storage, what are the differences?MySQL: BLOB and other no-sql storage, what are the differences?May 13, 2025 am 12:14 AM

MySQL'sBLOBissuitableforstoringbinarydatawithinarelationaldatabase,whileNoSQLoptionslikeMongoDB,Redis,andCassandraofferflexible,scalablesolutionsforunstructureddata.BLOBissimplerbutcanslowdownperformancewithlargedata;NoSQLprovidesbetterscalabilityand

MySQL Add User: Syntax, Options, and Security Best PracticesMySQL Add User: Syntax, Options, and Security Best PracticesMay 13, 2025 am 12:12 AM

ToaddauserinMySQL,use:CREATEUSER'username'@'host'IDENTIFIEDBY'password';Here'showtodoitsecurely:1)Choosethehostcarefullytocontrolaccess.2)SetresourcelimitswithoptionslikeMAX_QUERIES_PER_HOUR.3)Usestrong,uniquepasswords.4)EnforceSSL/TLSconnectionswith

MySQL: How to avoid String Data Types common mistakes?MySQL: How to avoid String Data Types common mistakes?May 13, 2025 am 12:09 AM

ToavoidcommonmistakeswithstringdatatypesinMySQL,understandstringtypenuances,choosetherighttype,andmanageencodingandcollationsettingseffectively.1)UseCHARforfixed-lengthstrings,VARCHARforvariable-length,andTEXT/BLOBforlargerdata.2)Setcorrectcharacters

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Article

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools