Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Oracle APEXデモンストレーション手順
Search
oracle4engineer
PRO
December 02, 2020
Programming
1
350
Oracle APEXデモンストレーション手順
12/17のOracle Developer Days向けにデモ手順をPPTに記載した。
全部行うと30分程度の時間を要すると思う。
Free Tier上のAPEX 20.2で手順を確認している。
oracle4engineer
PRO
December 02, 2020
Tweet
Share
More Decks by oracle4engineer
See All by oracle4engineer
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
10
75k
Oracle Database 23ai Developer Tech Day : データとアプリケーション開発の未来
oracle4engineer
PRO
2
71
Oracle Database 23ai Developer Tech Day : AI Vector Search 最新のエンタープライズシステムの強化
oracle4engineer
PRO
1
69
Oracle Database 23ai Developer Tech Day : Oracle APEX 生成AIを活用したローコード・アプリケーション開発/
oracle4engineer
PRO
0
55
Oracle Database 23ai Developer Tech Day : Think Relational, Stay JSON:Oracleの二面性ビューによる革命
oracle4engineer
PRO
2
48
Oracle Database 23ai Developer Tech Day : グラフ -データのつながり
oracle4engineer
PRO
0
48
Oracle Database 23ai Developer Tech Day : 自然言語処理技術を活用したアプリを構築し、業務を変革
oracle4engineer
PRO
1
67
Modern Linux
oracle4engineer
PRO
0
160
Autonomous Database サービス・アップデート (FY26)/adb-service-update-jp-fy26
oracle4engineer
PRO
0
39
Other Decks in Programming
See All in Programming
testingを眺める
matumoto
1
140
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
510
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
Cache Me If You Can
ryunen344
2
4k
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
570
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
3.4k
Swift Updates - Learn Languages 2025
koher
2
510
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
4.3k
Improving my own Ruby thereafter
sisshiki1969
1
160
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Faster Mobile Websites
deanohume
309
31k
Balancing Empowerment & Direction
lara
3
630
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Code Review Best Practice
trishagee
71
19k
Context Engineering - Making Every Token Count
addyosmani
3
62
Designing Experiences People Love
moore
142
24k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Transcript
Oracle APEXデモンストレーション手順 Oracle APEX 20.2 Name Presenter’s Title Organization, Division
or Business Unit Month 00, 2020
アプリケーションの元となるCSVファイル Copyright © 2020, Oracle and/or its affiliates 2
アプリケーション・ビルダーから新規アプリケーションを作成 Copyright © 2020, Oracle and/or its affiliates 3 2
3 1
CSVファイルの指定 Copyright © 2020, Oracle and/or its affiliates 4 1
データのロードに関する設定 Copyright © 2020, Oracle and/or its affiliates 5 1
2 3 4 5 6
構成の表示 Copyright © 2020, Oracle and/or its affiliates 6 2
3 4 1
データのロードを実行 Copyright © 2020, Oracle and/or its affiliates 7 1
2 3
アプリケーションの作成 Copyright © 2020, Oracle and/or its affiliates 8 1
2 3 4 5
作成されたアプリケーションとアプリケーションの実行 Copyright © 2020, Oracle and/or its affiliates 9 1
2
アプリケーションの実行 Copyright © 2020, Oracle and/or its affiliates 10 1
3 4 2
Oracle APEXのユーザー認証スキーム Copyright © 2020, Oracle and/or its affiliates 11
1 2 3 4 5 6 7
ダッシュボードを開く Copyright © 2020, Oracle and/or its affiliates 12 1
ダッシュボード Copyright © 2020, Oracle and/or its affiliates 13 https://apex.oracle.com/charts
https://apex.oracle.com/pls/apex/f?p=18290:1 1 2 3 4 5 6 7 8
Costチャートの改良 Copyright © 2020, Oracle and/or its affiliates 14 select
COST, count(*) value from TASKS group by COST order by 2 desc select PROJECT, sum(cost) value from TASKS group by PROJECT order by 2 desc 1 2 3 4
変更の確認 Copyright © 2020, Oracle and/or its affiliates 15 1
2 3
Tasks検索ページを開く Copyright © 2020, Oracle and/or its affiliates 16 1
Tasks検索ページ Copyright © 2020, Oracle and/or its affiliates 17 1
2 3 4 4 5 6 7
Budget >= 2000をリスト Copyright © 2020, Oracle and/or its affiliates
18 1 2
ファセットのカスタマイズ Copyright © 2020, Oracle and/or its affiliates 19 >=1,000
1,000 – 2,000 >= 2,000 1 2 3 4
範囲の更新 Copyright © 2020, Oracle and/or its affiliates 20 1#G#000
- 2#G#000 >=2#G#000 2000| 1000|2000 表示値 戻り値 1 2 3 4 5
更新されたファセットの確認 Copyright © 2020, Oracle and/or its affiliates 21 2
1 3
Tasksレポートのページを開く Copyright © 2020, Oracle and/or its affiliates 22 1
バジェットの更新 Copyright © 2020, Oracle and/or its affiliates 23 1
2 3 4
対話モード・レポートによるソート Copyright © 2020, Oracle and/or its affiliates 24 1
2 3 5 4 6
ハイライトの設定 Copyright © 2020, Oracle and/or its affiliates 25 1
2 3 4 5 6 7
プロジェクトごとの表示 Copyright © 2020, Oracle and/or its affiliates 26 1
2 3 4 5
プロジェクトごとのコストとバジェットの合計 Copyright © 2020, Oracle and/or its affiliates 27 1
2 3 4 5 6 7 8 9
Excel形式でのレポートのダウンロード Copyright © 2020, Oracle and/or its affiliates 28 1
2 3 4 5 6 1
レポートの保存と呼び出し Copyright © 2020, Oracle and/or its affiliates 29 1
2 3 4 5 6 7 8 9
ステータスを選択リストへ変更 Copyright © 2020, Oracle and/or its affiliates 30 Open
Closed Pending On-Hold 1 3 4 2
選択リストの設定 Copyright © 2020, Oracle and/or its affiliates 31 1
2 3
共有コンポーネントのLOV作成 Copyright © 2020, Oracle and/or its affiliates 32 select
status d, status r from tasks group by status 1 2 3 4 5 6 7 8 9 10 11
STATUS_LOVの作成を確認してページ・デザイナに戻る Copyright © 2020, Oracle and/or its affiliates 33 1
2
選択リストの設定と確認 Copyright © 2020, Oracle and/or its affiliates 34 1
2 3 4 5 6
カレンダのページを開く Copyright © 2020, Oracle and/or its affiliates 35 1
2 3
フォームを開くように拡張 Copyright © 2020, Oracle and/or its affiliates 36 1
2 3 4 5 6 7 8 9 10
フォームの確認 Copyright © 2020, Oracle and/or its affiliates 37 1
2
対話グリッドの作成 Copyright © 2020, Oracle and/or its affiliates 38 1
2 3 4 5 6 7 8 9 10
対話グリッドの操作 Copyright © 2020, Oracle and/or its affiliates 39 1
2 3
選択リストの設定と確認 Copyright © 2020, Oracle and/or its affiliates 40 1
2 3 4 5
管理機能の確認 Copyright © 2020, Oracle and/or its affiliates 41 2
1
フィードバックの確認 Copyright © 2020, Oracle and/or its affiliates 42 要ブラウザのリロード
1 2 3 4 4 5 6 7 8 9 10
テーマ・スタイルの選択 Copyright © 2020, Oracle and/or its affiliates 43 1
2 3 4
アクティビティ・レポート Copyright © 2020, Oracle and/or its affiliates 44 1
2 3 4 5
組み込みのアクセス制御 Copyright © 2020, Oracle and/or its affiliates 45 1
2 3 4 5 6 7 8 9
既存表からのアプリケーション作成 Copyright © 2020, Oracle and/or its affiliates 46 1
2 3 4 5 7 6
アプリケーションの実行 Copyright © 2020, Oracle and/or its affiliates 47 1
クイックSQLによるアプリケーション作成 Copyright © 2020, Oracle and/or its affiliates 48 qs_tasks
/insert 73 project task_name assigned_to start_date end_date status cost number budget number 1 2 3 4 5 6 7 8
アプリケーションの作成 Copyright © 2020, Oracle and/or its affiliates 49 1
2 3 4 6 5
iPhoneでの見栄えを確認 Copyright © 2020, Oracle and/or its affiliates 50 1
2 3 4 5
None