Invoking Oracle Patch Application Assistant....
Invoking Oracle Patch Application Assistant....
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.jgoodies.looks.plastic.PlasticLookAndFeel.
at oracle.apps.ad.msi.LaunchUI._useOracleLookAndFeel(LaunchUI.java:84)
at oracle.apps.ad.msi.LaunchUI.
Caused by: java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.awt.HeadlessToolkit.getScreenResolution(HeadlessToolkit.java:189)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:436)
at com.jgoodies.looks.LookUtils.
... 3 more
Cause
Incomplete syntax for call to admsi.pl
perl admsi.pl -patch_top=
"admsi.pl --help" provides usage information.
Solution
To implement the solution, please execute the following steps:
1. Run admsi.pl with the proper parameter values as follows -
cd $AD_TOP/bin
perl admsi.pl -patch_top=
For example,
perl admsi.pl -patch_top=/u01/apps/patches/3636980 -appspass=apps
For details, run "perl admsi.pl --help"
這是在Metalink上找到的。呵呵
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7417043/viewspace-982512/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 2.3.3.4 Application PatchAPP
- Oracle Critical Patch Update for October 2022Oracle
- 【mos 1265700.1】Oracle Patch Assurance - Data Guard Standby-First Patch ApplyOracleAPP
- CentOS7.6安裝oracle 11.2.0.4 Error in invoking target 'agent nmhs' of makefileCentOSOracleError
- ORACLE ONLINE PATCH & ORA-00600[kcbgtcr_13]Oracle
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- Oracle 19c Concepts(16):Application and Oracle Net Services ArchitectureOracleAPP
- Error in invoking target 'agent nmhs' of makefileError
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- 如何使用git 生成patch 和打入patchGit
- LINUX 的patch 製作,及打patchLinux
- 打 patch 報錯:corrupt patch at line 36
- Diff and Patch
- Error in invoking target “install” of makefile 'ins_ctx.mk'Error
- RAT(Oracle Real Application Testing)時ORA 600報錯處理OracleAPP
- 【RAT】Oracle Real Application Testing(真用應用測試)介紹OracleAPP
- Oracle RAC 第二節點打補丁報錯 oui-patch.xml (Permission denied)OracleUIXML
- openGauss 支援SQL-PATCHSQL
- 如何編寫 iOS PatchiOS
- Some notes about patch workflows
- [20190221]sql patch 問題.txtSQL
- 使用 git add -p 整理 patchGit
- [20210621]Driving site patch.txt
- 有關HTTP的PATCH提交方式HTTP
- Vue 原始碼解讀(12)—— patchVue原始碼
- web_applicationWebAPP
- 2.3.3.3 Application UpgradeAPP
- 2.3.3.2 Application InstallationAPP
- 2.3.3 Application MaintenanceAPPAINaN
- 2.3.1.4 Application SeedAPP
- 2.3.1.3 Application PDBsAPP
- 2.3.1.2 Application RootAPP
- Visual Basic for ApplicationAPP
- 【應用程式見解 Application Insights】Application Insights 使用 Application Maps 構建請求鏈路檢視APP
- RAC和ASM環境下打patchASM
- Vue原始碼剖析——render、patch、updata、vnodeVue原始碼
- Sanic head(), options(), patch(), put() 方法/函式函式
- ORA-15137: The ASM cluster is in rolling patch stateASM
- REST:使用PATCH進行部分更新 - mscharhagREST