SlideShare a Scribd company logo
1 of 7
sql loader and its ctrl file struct --http://erpschools.com/articles/sql-loader
--http://www.oracle-dba-
online.com/sql_loader.htm
--http://alloracletech.blogspot.com/2008/08/introduction-of-sql-loader.html
bulkcollect
Exception handling in Bulk operation
--
http://www.stanford.edu/dept/itss/docs/oracle/10gR2/appdev.102/b14261/tuning.htm
#i49099
--http://www.dba-oracle.com/plsql/t_plsql_exceptions.htm
--http://ora-exp.blogspot.in/2006/12/handling-exceptions-with-bulk_02.html
ref cursor --http://www.asktheoracle.net/what-is-ref-cursor.html
--http://sql-plsql.blogspot.in/2007/05/oracle-plsql-ref-cursors.html
--http://mikesmithers.wordpress.com/2012/02/22/getting-apex-to-play-
with-ref-cursors/
--http://linuxplsql.blogspot.in/2012/12/ref-cursor.html
collections
triggers
indexes --http://use-the-index-luke.com/sql/where-clause/null/not-null-
constraint
--https://blogs.oracle.com/sysdba/entry/when_to_rebuild_index
--http://orabase.blogspot.in/2006/06/when-does-oracle-choose-not-to-
use.html
Bitmap&btree --http://dylanwan.wordpress.com/2008/02/01/bitmap-index-when-to-
use-it/
blob
materialized view
--http://www.toadworld.com/KNOWLEDGE/KnowledgeXpertforOracle/tabid/648/TopicID/C
MVLI/Default.aspx
--http://hemantoracledba.blogspot.in/2009/03/materialized-
views-and-tables.html
--http://hemantoracledba.blogspot.in/2012/07/materialized-
view-refresh-on-commit.html
--http://www.clariba.com/blog/implementing-materialized-views-
in-oracle-execute-queries-faster/
--http://richardfoote.wordpress.com/2010/11/24/11g-virtual-
columns-and-fast-refreshable-materialized-views-what-in-the-world/
--http://www.orafaq.com/node/1897
--http://www.skill-guru.com/blog/2010/01/03/understanding-
materialized-view-in-oracle/
--http://allthingsoracle.com/introduction-to-materialized-
views-query-rewrite/
--http://rwijk.blogspot.in/2009/07/fast-refreshable-
materialized-view.html
--http://askanantha.blogspot.in/2007/09/oracle-materialized-
views.html
Index on Materialized views-- http://oracletoday.blogspot.in/2007/08/unique-
indexes-on-materialized-views.html
Query rewrite materialized views
--http://gerardnico.com/wiki/database/oracle/query_rewriting
joins
subquery
instead of triggers--
locks
--http://docs.oracle.com/cd/B19306_01/server.102/b14220/consist.htm#i13945
--http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements
_9015.htm
--http://blog.sqlauthority.com/2010/02/15/sql-server-difference-
between-update-lock-and-exclusive-lock/
partition tables
--http://www.toadworld.com/KNOWLEDGE/KnowledgeXpertforOracle/tabid/648/TopicID/P
C82/Default.aspx
--http://ss64.com/ora/table_a_part.html (add partition to an
existing table)
--http://apunhiran.blogspot.in/2009/05/oracle-partitioning-types-
1.html
--http://asktom.oracle.com/pls/asktom/f?
p=100:11:0::::P11_QUESTION_ID:869096700346654484
--http://noriegaaoracleexpert.blogspot.in/2009/06/comprehensive-
guide-to-oracle_16.html
updating partition key columns --http://www.dbaglobe.com/2010/08/how-to-resolve-
ora-14402-updating.html
clusters --http://www.frontiernet.net/~rhode/cluster.html
--http://decipherllc.blogspot.in/2010/04/about-oracle-11g-
clusters.html
--http://dbpedias.com/wiki/Oracle:CREATE_CLUSTER_-_Examples
flash back query4 --http://oracledocaccess.blogspot.in/2009/04/oracle-
flashback.html
--http://www.origbo-onoriode.arhipkin.com/wordpress/?p=10
nocopy --http://www.dba-oracle.com/t_pl_sql_nocopy_data_structures.htm
String Aggregation Techniques -- http://www.oracle-
base.com/articles/misc/string-aggregation-techniques.php
row chaining row migration --http://www.bestremotedba.com/row-chaining-and-row-
migration/
--http://www.akadia.com/services/ora_chained_rows.html
PCTfree PCTused
mutating error
--http://www.srikanthtechnologies.com/blog/oracle/mutatingsolution.aspx
--http://decipherinfosys.wordpress.com/2009/06/22/mutating-
tabletrigger-error-and-how-to-resolve-it/
PRAGMA EXCEPTION_INIT --http://imdjkoch.wordpress.com/tag/pragma-exception_init/
rank AND DENSE RANK --http://www.oracle-base.com/articles/misc/rank-dense-rank-
first-last-analytic-functions.php
Cube and rollup--
Index and Index organised tables
--http://stackoverflow.com/questions/3382939/when-should-i-use-oracles-index-
organized-table-or-when-shouldnt-i
Index on Materialized views-- http://oracletoday.blogspot.in/2007/08/unique-
indexes-on-materialized-views.html
JOIN vs IN vs EXISTS -- http://sqlservercode.blogspot.in/2007/04/you-should-
never-use-in-in-sql-to-join.html
http://weblogs.sqlteam.com/mladenp/archive/2007/05/18/60210.aspx
http://sqlinthewild.co.za/index.php/2009/08/17/exists-
vs-in/
DBMS_SQL ??
pivot query -- http://www.oracle-developer.net/display.php?id=506
--http://stackoverflow.com/questions/1062053/flashback-table-in-
oracle-10g?rq=1
Rowid on indexes- http://amitstechblog.wordpress.com/2011/09/21/oracle-rowid-
and-its-uniqueness/
pipe lined function -- http://blog.mclaughlinsoftware.com/2009/03/17/pipelined-
function-update/
--
http://www.stanford.edu/dept/itss/docs/oracle/10g/appdev.101/b10800/dcitblfnxemp
.htm
-- http://www.akadia.com/services/ora_pipe_functions.html
-- http://rnuka.blogspot.in/2011/12/example-for-usage-of-
pipeline-function.html
Multiple referential integrity
--http://stackoverflow.com/questions/8815680/oracle-referential-integrity-with-
multiple-types-of-data
REMOTE_DEPENDENCIES_MODE --http://im-a-
dba.blogspot.in/2009/09/remotedependenciesmode.html
ALTER SESSION SET REMOTE_DEPENDENCIES_MODE =
SIGNATURE;
EXECUTE IMMEDIATE 'ALTER SESSION SET
REMOTE_DEPENDENCIES_MODE = SIGNATURE';
dbms_fga-- http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_fga.htm
LTRIM/RTRIM--
translate/replace--
diff b/w stmnt/row-level triggers
--http://stackoverflow.com/questions/10167346/row-level-trigger-vs-statement-
level-trigger
dbms_profiler --http://nimishgarg.blogspot.in/2013/03/dbmsprofiler-overview-and-
how-to-install.html
--http://nimishgarg.blogspot.in/2013/03/dbmsprofiler-how-to-
analyze-plsql.html
invisible indexes on 11g- http://oracletoday.blogspot.in/2007/08/invisible-
indexes-in-11g.html
isolation level in oracle
regular expressions --http://hernk.wordpress.com/2012/07/27/regular-expression/
--http://blog.newtrics.com/?p=1058
--http://psoug.org/reference/regexp.html
--http://docs.oracle.com/cd/B19306_01/appdev.102/b14251/adfns_regexp.htm
Lag and lead --http://www.techonthenet.com/oracle/functions/lead.php
--http://www.techonthenet.com/oracle/functions/lag.php
--http://techforum4u.com/entry.php/3446-LAG-And-LEAD-Function-in-
Oracle-SQL
candidate key --http://stackoverflow.com/questions/3747465/how-do-i-specify-a-
candidate-key-and-a-foreign-key-when-creating-a-table-in-orac
with clause --
UTL_FILE --http://srikanthtechnologies.com/blog/utl_file.html
--http://psoug.org/reference/utl_file.html
--http://www.oracle-base.com/articles/9i/export-blob-9i.php
analytical function --http://arjudba.blogspot.in/2008/07/list-of-analytic-
functions-in-oracle.html
--http://www.oracle-base.com/articles/misc/rank-dense-rank-
first-last-analytic-functions.php
ROW_NUMber -- http://www.adp-gmbh.ch/ora/sql/analytical/row_number.html
diff btw rownum &row_number --http://stackoverflow.com/questions/174595/in-an-
oracle-database-what-is-the-difference-between-rownum-and-row-number
SYS_CONTEXT -- http://www.techonthenet.com/oracle/functions/sys_context.php
compound triggers--
Database design(table structure)
--http://help.filemaker.com/app/answers/detail/a_id/9922/~/understanding-and-
creating-many-to-many-relationships-in-filemaker-pro
--http://net.tutsplus.com/tutorials/databases/sql-for-beginners-part-3-database-
relationships/
--http://sqlrelationship.com/many-to-many-relationship/
--http://blogs.msdn.com/b/mitsu/archive/2007/06/21/how-to-implement-a-many-to-
many-relationship-using-linq-to-sql.aspx
External tables and datapump --http://vishwanath-
dbahelp.blogspot.in/2011/09/external-tables-with-datapump.html
--http://www.oracle.databasecorner.com/resource,3950,data-movement-with-
external-table-and-datapump.asp
--http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_
39.shtml
--http://www.dwbiconcepts.com/database/22-database-
oracle/18-oracle-external-tables.html
--http://oraclequirks.blogspot.in/2008/05/ora-30653-
reject-limit-reached.html
PErformance tuning --http://nimishgarg.blogspot.in/2012/10/query-optimization-
tips-for-oracle.html
--http://slobaexpert.wordpress.com/2012/06/14/check-indexes-
in-where-conditions/
--http://beginner-sql-tutorial.com/sql-query-tuning.htm
new reference partitioning --http://www.dba-
oracle.com/t_11g_new_reference_partitioning.htm
PLSQL/XML --http://ellebaek.wordpress.com/2011/01/27/converting-between-oracle-
data-and-xml/
--http://riteshkk2000.blogspot.in/2008/09/sending-xml-string-as-input-
parameter.html
--http://dpsbali-biztalkweblog.blogspot.in/2011/09/oracle-xmltype-
support-biztalk.html
--http://stackoverflow.com/questions/12797217/oracle-9i-stored-
procedure-xml-type-input-parameter
--http://nuijten.blogspot.in/2010/02/xmltype-refcursor-and-renaming-
row-and.html
--http://www.oracle-developer.net/display.php?id=411
--http://dbaforums.org/oracle/lofiversion/index.php?t13579.html
--http://www.akadia.com/services/ora_gen_xml.html
--http://psoug.org/reference/dbms_xmlgen.html
--http://allthingsoracle.com/generating-xml-from-sql-and-plsql-part-2/
xml extract type
http://stackoverflow.com/questions/985894/oracle-pl-sql-loop-through-xmltype-
nodes
http://www.oracle-base.com/articles/9i/xmltype-datatype.php
http://stackoverflow.com/questions/611680/how-to-extract-leaf-nodes-from-oracle-
xmltype
http://psoug.org/definition/EXTRACT.htm
XML functions
http://psoug.org/reference/xml_functions.html
http://docs.oracle.com/cd/B10501_01/appdev.920/a96616/arxml24.htm
XMLELEMENT FUNCTION
http://www.dba-oracle.com/t_oracle_xmlelement.htm
xml forest/xml concat/xmlelement
http://psoug.org/definition/XMLFOREST.htm
http://www.dba-oracle.com/t_advanced_sql_XMLCONCAT.htm
Xml Extract/extract value function
http://tunatore.wordpress.com/2011/08/22/how-to-use-extractxml-function-in-
oracle-db/
XMLATTRIBUTES/XMLAGG/XMLROOT/XMLCDATA
http://www.oracle-base.com/articles/misc/sqlxml-sqlx-generating-xml-content-
using-sql.php#xmlagg
MOD_PL/SQL
--http://docs.oracle.com/cd/A97338_01/doc/apache.13/a83590/tutorial.htm
DBMS_SCHEDULAR
--http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_sched.htm
--http://www.slideshare.net/kaitech/mcd-schedulers
DBMS_PIPE--
DBMS_LOB.FILEGETNAME -- http://blog.mclaughlinsoftware.com/plsql-
programming/how-to-return-a-bfile-file-name-from-a-function/
GLOBAL TEMPORARY TABLE--
create CSV file using PLSQL --http://nimishgarg.blogspot.in/2011/09/create-csv-
file-using-plsql.html
Load XML into Oracle table --http://nimishgarg.blogspot.in/2013/04/load-xml-
file-in-oracle-table.html
Create XML file using PL/SQL -- http://nimishgarg.blogspot.in/2013/04/create-
xml-file-using-plsql.html
$$PLSQL UNIT and LINE--http://techoraclevipulm.blogspot.in/2013/02/using-
plsqlline-and-plsqlunit-to-find.html
--http://stackoverflow.com/questions/773928/is-it-possible-
to-know-from-which-package-a-procedure-has-been-called
Oracle AQ -- http://dba.stackexchange.com/questions/25161/what-are-the-real-
life-cases-for-using-oracle-advanced-queuing
Oracle stream --http://ansaridba.blogspot.in/2012/07/how-to-setup-oracle-
streams-10g-or-11g.html
http://stackoverflow.com/questions/2069418/looping-thorugh-nested-tables-in-
oracle-and-returning-a-list-of-objects-to-java
https://forums.oracle.com/forums/thread.jspa?threadID=1081736
http://www.devshed.com/c/a/Oracle/Database-Interaction-with-PLSQL-Nested-
Tables/3/
http://tebros.com/2011/09/keep-mongodb-and-oracle-in-sync-using-streams-
advanced-queuing/
http://www.oracle-training.cc/10g_457.htm
https://forums.oracle.com/forums/thread.jspa?threadID=1069323
http://wedostreams.blogspot.in/2009/01/oracle-aq-buffered-queues-101.html
http://hank-ca.blogspot.in/2012/11/oracle-aq-mechanism.html#!/2012/11/oracle-aq-
mechanism.html
http://www.oracle-developer.net/display.php?id=411
http://www.adp-gmbh.ch/ora/aq/example.html..
XML DOM -- http://www.jusungyang.com/ORACLEfolder/OracleXML/XmlDomAPIs.txt
-- http://stackoverflow.com/questions/743031/retrieve-value-of-an-xml-
element-in-oracle-pl-sql
-- http://anononxml.blogspot.in/2010/05/one-question-that-comes-up-with-
some.html
-- http://www.held-
informatik.de/fileadmin/templates/wr/posts_archiv/1363.html
utl_http(webservices) --http://www.orafaq.com/forum/t/161636/0/
--http://orclpps.blogspot.in/2006/12/calling-web-services-
from-oracle-9i-or.html
life-cases-for-using-oracle-advanced-queuing
Oracle stream --http://ansaridba.blogspot.in/2012/07/how-to-setup-oracle-
streams-10g-or-11g.html
http://stackoverflow.com/questions/2069418/looping-thorugh-nested-tables-in-
oracle-and-returning-a-list-of-objects-to-java
https://forums.oracle.com/forums/thread.jspa?threadID=1081736
http://www.devshed.com/c/a/Oracle/Database-Interaction-with-PLSQL-Nested-
Tables/3/
http://tebros.com/2011/09/keep-mongodb-and-oracle-in-sync-using-streams-
advanced-queuing/
http://www.oracle-training.cc/10g_457.htm
https://forums.oracle.com/forums/thread.jspa?threadID=1069323
http://wedostreams.blogspot.in/2009/01/oracle-aq-buffered-queues-101.html
http://hank-ca.blogspot.in/2012/11/oracle-aq-mechanism.html#!/2012/11/oracle-aq-
mechanism.html
http://www.oracle-developer.net/display.php?id=411
http://www.adp-gmbh.ch/ora/aq/example.html..
XML DOM -- http://www.jusungyang.com/ORACLEfolder/OracleXML/XmlDomAPIs.txt
-- http://stackoverflow.com/questions/743031/retrieve-value-of-an-xml-
element-in-oracle-pl-sql
-- http://anononxml.blogspot.in/2010/05/one-question-that-comes-up-with-
some.html
-- http://www.held-
informatik.de/fileadmin/templates/wr/posts_archiv/1363.html
utl_http(webservices) --http://www.orafaq.com/forum/t/161636/0/
--http://orclpps.blogspot.in/2006/12/calling-web-services-
from-oracle-9i-or.html

More Related Content

Similar to Ora topic

12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobsMonowar Mukul
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Guatemala User Group
 
Testing Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringTesting Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringMonowar Mukul
 
技术培训
技术培训技术培训
技术培训yamingd
 
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...Naoki (Neo) SATO
 
Cloudy Open Source and DevOps
Cloudy Open Source and DevOpsCloudy Open Source and DevOps
Cloudy Open Source and DevOpsMatt O'Keefe
 
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014Amazon Web Services
 
ORACLE APPS TECHNICAL ONLINE TRAINING
ORACLE APPS TECHNICAL ONLINE TRAININGORACLE APPS TECHNICAL ONLINE TRAINING
ORACLE APPS TECHNICAL ONLINE TRAININGTRAINING ICON
 
Connector for ibm® as400
Connector for ibm® as400Connector for ibm® as400
Connector for ibm® as400himajareddys
 
Mule connector for ibm® as400
Mule connector for ibm® as400Mule connector for ibm® as400
Mule connector for ibm® as400D.Rajesh Kumar
 
Jlook web ui framework
Jlook web ui frameworkJlook web ui framework
Jlook web ui frameworkHongSeong Jeon
 
Oracle Solaris Courses Delivered
Oracle Solaris Courses DeliveredOracle Solaris Courses Delivered
Oracle Solaris Courses Deliverednitin_k
 
Spring Framework Essentials
Spring Framework EssentialsSpring Framework Essentials
Spring Framework EssentialsEdward Goikhman
 
How to Turn New Recruits Into Oracle EPM Infrastructure Gurus
How to Turn New Recruits Into Oracle EPM Infrastructure GurusHow to Turn New Recruits Into Oracle EPM Infrastructure Gurus
How to Turn New Recruits Into Oracle EPM Infrastructure Gurusnking821
 
REST Web Sebvice
REST Web SebviceREST Web Sebvice
REST Web Sebvicekhmerforge
 
Website performance optimisation
Website performance optimisationWebsite performance optimisation
Website performance optimisationWebstock
 

Similar to Ora topic (20)

12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
 
Flask SQLAlchemy
Flask SQLAlchemy Flask SQLAlchemy
Flask SQLAlchemy
 
Testing Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringTesting Orachk for Database Health Monitoring
Testing Orachk for Database Health Monitoring
 
技术培训
技术培训技术培训
技术培训
 
Load demo-oct2016
Load demo-oct2016Load demo-oct2016
Load demo-oct2016
 
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...
[Azure Council Experts (ACE) 第33回定例会] Microsoft Azureアップデート情報 (2018/12/14-201...
 
Cloudy Open Source and DevOps
Cloudy Open Source and DevOpsCloudy Open Source and DevOps
Cloudy Open Source and DevOps
 
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014
(PFC403) Maximizing Amazon S3 Performance | AWS re:Invent 2014
 
ORACLE APPS TECHNICAL ONLINE TRAINING
ORACLE APPS TECHNICAL ONLINE TRAININGORACLE APPS TECHNICAL ONLINE TRAINING
ORACLE APPS TECHNICAL ONLINE TRAINING
 
Connector for ibm® as400
Connector for ibm® as400Connector for ibm® as400
Connector for ibm® as400
 
Mule connector for ibm® as400
Mule connector for ibm® as400Mule connector for ibm® as400
Mule connector for ibm® as400
 
Jlook web ui framework
Jlook web ui frameworkJlook web ui framework
Jlook web ui framework
 
Oracle Solaris Courses Delivered
Oracle Solaris Courses DeliveredOracle Solaris Courses Delivered
Oracle Solaris Courses Delivered
 
Spring Framework Essentials
Spring Framework EssentialsSpring Framework Essentials
Spring Framework Essentials
 
How to Turn New Recruits Into Oracle EPM Infrastructure Gurus
How to Turn New Recruits Into Oracle EPM Infrastructure GurusHow to Turn New Recruits Into Oracle EPM Infrastructure Gurus
How to Turn New Recruits Into Oracle EPM Infrastructure Gurus
 
Oracle performance tuning online training
Oracle performance tuning online training Oracle performance tuning online training
Oracle performance tuning online training
 
REST Web Sebvice
REST Web SebviceREST Web Sebvice
REST Web Sebvice
 
Topology backend using kafka
Topology backend using kafkaTopology backend using kafka
Topology backend using kafka
 
Website performance optimisation
Website performance optimisationWebsite performance optimisation
Website performance optimisation
 

Recently uploaded

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 

Recently uploaded (20)

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 

Ora topic