Fig. 3: Loading blocks into the database buffer cache. © Marek Adar
Fig. 3: Loading blocks into the database buffer cache. © Marek Adar
The database buffer cache stores blocks of data in the database. The smallest unit of the Oracle database that can be read or written is the Oracle database block ...
Search found 221 matches
- Tue Jan 28, 2025 3:23 am
- Forum: Asia Data
- Topic: Oracle storage architecture: Database Buffer Cache
- Replies: 0
- Views: 31
- Mon Jan 27, 2025 10:34 am
- Forum: Asia Data
- Topic: Content Marketing to improve your startup's revenue
- Replies: 0
- Views: 33
Content Marketing to improve your startup's revenue
This is the phase to test, see what works, and start defining a strategy, but be flexible . Keep in mind that when you're learning from customers, you sometimes have to make changes, and also that the product may change, so you have to be able to adapt.
You may be interested in Types of Content by ...
You may be interested in Types of Content by ...
- Mon Jan 27, 2025 10:22 am
- Forum: Asia Data
- Topic: Optimizing sales processes
- Replies: 0
- Views: 36
Optimizing sales processes
A well-written post with good SEO orientation will attract quality visitors to the website for years and years, while an advertisement pointing to the company's website will stop attracting visitors the moment the company's website consumes the budget allocated to it. Content Marketing for service ...
- Mon Jan 27, 2025 10:11 am
- Forum: Asia Data
- Topic: Create good content
- Replies: 0
- Views: 36
Create good content
If someone outside your website can find information about the products or services you offer, your contact information, or information about the delivery process, then you're doing it right.
I would even recommend that you contact one of your most recent leads and ask them if they found all the ...
I would even recommend that you contact one of your most recent leads and ask them if they found all the ...
- Mon Jan 27, 2025 9:59 am
- Forum: Asia Data
- Topic: Lead Management Podcast: We talk about Lead Management in KonCAST
- Replies: 0
- Views: 27
Lead Management Podcast: We talk about Lead Management in KonCAST
A few days ago we had the pleasure of talking about Lead Management with the listeners of KonCAST , a podcast program dedicated to Marketing topics for Startups .
In the program we explain a little more about what Lead Management is, what Lead Management entails , what tools to use to implement it ...
In the program we explain a little more about what Lead Management is, what Lead Management entails , what tools to use to implement it ...
- Mon Jan 27, 2025 9:47 am
- Forum: Asia Data
- Topic: Get the information your team needs to produce content
- Replies: 0
- Views: 37
Get the information your team needs to produce content
Depending on what you sell, you have multiple options for implementing a content strategy. There are platforms where you can order articles and freelancers will write them for you. Or you can find a single freelance writer. These strategies can work well if you have products that require little ...
- Mon Jan 27, 2025 9:33 am
- Forum: Asia Data
- Topic: Memory management in Oracle JDBC 12c
- Replies: 0
- Views: 37
Memory management in Oracle JDBC 12c
What is the fetch size and why is it relevant?
Let me start with a true story. But first a few brief words about what this is all about. By fetch size we mean the number of records that the client fetches from the database "in one go". The default fetch size in Oracle JDBC is 10, and it is set by a ...
Let me start with a true story. But first a few brief words about what this is all about. By fetch size we mean the number of records that the client fetches from the database "in one go". The default fetch size in Oracle JDBC is 10, and it is set by a ...
- Mon Jan 27, 2025 9:17 am
- Forum: Asia Data
- Topic: System table SYSTOOLS.REPL_MQT_LATENCY
- Replies: 0
- Views: 31
System table SYSTOOLS.REPL_MQT_LATENCY
Since a mirror table can only be updated asynchronously, there is always a difference between the timeliness of the data in the original tables and the data in the mirror tables. This difference is recorded in a system table that is permanently updated by CDC: SYSTOOLS.REPL_MQT_LATENCY [5] . The ...
- Mon Jan 27, 2025 9:04 am
- Forum: Asia Data
- Topic: What's New in Oracle 12c
- Replies: 0
- Views: 35
What's New in Oracle 12c
What changes in this context with Oracle 12c? Oracle 12.1 introduces a lot of new features in the CBO area, which interestingly are partially being deactivated again with the new version 12.2, since some of the new features obviously did not have as positive an effect in real operation as Oracle had ...
- Mon Jan 27, 2025 7:37 am
- Forum: Asia Data
- Topic: CREATE OR REPLACE FUNCTION customer_sales(cust_id_in IN number)
- Replies: 0
- Views: 32
CREATE OR REPLACE FUNCTION customer_sales(cust_id_in IN number)
RESULT_CACHE_MAX_RESULT specifies the percentage of the entire result cache for the individual results. Both parameters require the ALTER SYSTEM privilege. If remote objects are accessed, the RESULT_CACHE_REMOTE_EXPIRATION parameter can be used to specify how long the result remains in the cache in ...