MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/rdbms/xml/em/scripts/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/rdbms/xml/em/scripts/reportMap.js

/* Copyright (c) 2013, 2015, Oracle and/or its affiliates. 
All rights reserved.*/
/**
 * List of EM Express features. The same swf file can host one or more features. A feature
 * can have one or more pages and all these pages must reside in the same swf
 * file.
 *
 * Generally the URL of the swf file associated to a feature is <feature>/<file>.swf.
 */
var featureSWFList =
{
  "sqlmonitor/list": { swf: "orarep/sqlmonitor/SqlMonitor.swf",
                       emurl:"sqlMonitor" },
  "sqlmonitor/main": { swf: "orarep/sqlmonitor/SqlMonitor.swf",
                       emurl:"sqlMonitorDetail", 
                       active_report_key: "sql_id, sql_exec_start, sql_exec_id" },
  "perf/sql_detail": { swf: "orarep/perfhub/SqlHub.swf" },
  "sql_detail/main": { swf: "orarep/sql_detail/emSqlDetails.swf",
                             emurl:"sqlDetail" },
  "perf/session": { swf: "orarep/perfhub/SessionHub.swf" },
  "session/details": { swf: "orarep/session_details/emSessionDetails.swf" ,
                             emurl:"sessionDetails"},
  "dbhome/show_regions": { swf: "orarep/dbhome/DbHome.swf" },
  "ash/viewer": { swf: "orarep/ash/emAshViewer.swf",
                        emurl: "ashViewerXml" },
  "perfpage/main": { swf: "orarep/perfpage/PerfPage.swf" },
  "perf/main": { swf: "orarep/perfhub/PerfHub.swf" },
  "perf/inst": { swf: "orarep/perfhub/PerfHubInst.swf" },
  "perf/addm_watchdog": { swf: "orarep/perfhub/PerfHubWatchdog.swf" },
  "sqltune/task_list": { swf: "orarep/sqltune/emSqlTuning.swf" },
  "sqltune/sql_list": { swf: "orarep/sqltune/emSqlTuning.swf",
                              emurl: "sqltune" },
  "sts/create" : {emurl: "sqlSet"},                    
  "sqltune/main": { swf: "orarep/sqltune/emSqlTuning.swf" },
  "sqlpa/compare_summary": { swf: "orarep/sqlpa/sqlpa.swf" },
  "sqlpa/compare_sql": { swf: "orarep/sqlpa/sqlpa.swf" },
  "sqlpa/task_list": { swf: "orarep/sqlpa/sqlpa.swf" },
  "sqlpa/execution_list": { swf: "orarep/sqlpa/sqlpa.swf" },
  "addm/list": { swf: "orarep/addm/ADDM.swf" },
  "addm/main": { swf: "orarep/addm/ADDM.swf" },
  "config/show_params": { swf: "orarep/config/InitParams.swf" },
  "config/show_feature_usage": { swf: "orarep/config/emFeatureUsage.swf" },
  "config/show_db_props": { swf: "orarep/config/emDBProperties.swf" },
  "dbhome/show_instance_details": { swf: "orarep/dbhome/emDBStatus.swf" },
  "memory/show_memory": { swf: "orarep/memory/MemoryAdvisors.swf" },
  "storage/show_control_files": { swf: "orarep/storage/emControlFiles.swf" },
  "storage/show_redolog_files": { swf: "orarep/storage/emRedoLogFiles.swf" },
  "storage/show_archlog_files": { swf: "orarep/storage/emArchiveLogFiles.swf" },
  "storage/show_undo_summary": { swf: "orarep/storage/emUndo.swf" },
  "storage/show_undo_details": { swf: "orarep/storage/emUndo.swf" },
  "storage/show_tablespaces": { swf: "orarep/storage/emTablespace.swf" },
  "login/login": { swf: "swf/emxLogin.swf" },
  "shell/shell": { swf: "swf/emxShell.swf" },
  "security/show_users": { swf: "orarep/security/emSecurity.swf" },
  "security/show_userdetail": { swf: "orarep/security/emSecurity.swf" },
  "security/show_roles": { swf: "orarep/security/emSecurity.swf" },
  "security/show_roledetail": { swf: "orarep/security/emSecurity.swf" },
  "security/show_profiles": { swf: "orarep/security/emSecurity.swf" },
  "security/show_profiledetail": { swf: "orarep/security/emSecurity.swf" },
  "emxqa/show_tests": { swf: "orarep/emxqa/" },
  "emxqa/show_test_results": { swf: "orarep/emxqa/" },       
  "cpaddm/snap_list": { swf: "orarep/addm/ADDM.swf" },
  "cpaddm/main": { swf: "orarep/cpaddm/ComparePeriod.swf" },
  "rtaddm/main": { swf: "orarep/addm/RTADDM.swf" },
  "arc/list": { swf: "orarep/report_repository/emReportRepository.swf" },
  "cell/main": { swf: "orarep/exadata/emExadata.swf" },
  "dbhome/show_containers": { swf: "orarep/dbhome/emDBList.swf" },
  "rsrcmgr/show_dashboard": { swf: "orarep/rsrcmgr/emResourceManager.swf" },
  "rsrcmgr/show_plans": { swf: "orarep/rsrcmgr/emResourceManager.swf" },
  "rsrcmgr/show_plan": { swf: "orarep/rsrcmgr/emResourceManager.swf" }
};

/*
 * This function is called by the swf application (from AppContext) 
 * to retrieve the list of features and thier corresponding swf files 
 *
 * Returns
 *   the featureSWFList
 */
function getFeatureSWFList()
{
  // return the list 
  return (featureSWFList); 
}

OHA YOOOO