Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
oracle-11g
- Page 1
Shopify App Visibility Issues After Model Shift – What Am I Missing?
Programming
Web Development
6 Hours Ago
by Sagar_panchal
Hi everyone, I recently switched my app from a paid-only model to a free trial in order to encourage more installs. The app provides features like AI lead quality scoring, quote-to-order conversion, BI dashboard, and customer chat – mainly focused on helping merchants better manage quote requests. However, even after offering a free trial …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
7 Hours Ago
by warisrankhive
Brilliant breakdown! Your psychology-driven approach to funnel optimization is a game-changer—proof that small, intentional tweaks unlock massive conversions. Would love to dive deeper into how you test and scale these principles across different industries. Keep the insights coming
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
23 Hours Ago
by Willam
We made small psychology-based changes to our funnel and saw better results—more engagemen higher conversions and improved user experience.
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
5 Days Ago
by usmanmalik57
[OpenAI](https://openai.com/) and [Anthropic](https://www.anthropic.com/) are two AI giants delivering state-of-the-art large language models for various tasks. In a [previous article](https://www.daniweb.com/programming/computer-science/tutorials/542132/comparing-gpt-4o-vs-claude-3-5-sonnet-for-zero-shot-text-classification), I compared OpenAI GPT…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Days Ago
by Muhammad_367
Conversions increased small psychology backed changes led to best user engagement and more effective funnel performance.
How Can I Create a Long-Term SEO Strategy for a New Website in 2025?
Digital Media
Digital Marketing
2 Weeks Ago
by Louis Slater
Hi everyone, I'm currently working on a new website in a moderately competitive niche and I'm looking to build a sustainable, long-term SEO strategy that works in 2025 and beyond. I know the basics—on-page SEO, technical optimization, backlinks, etc. but I'm finding it difficult to sort through outdated advice and focus on what's actually …
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by toneewa
Let's try again. The filter is the filtering option tabs. E.g., internal, external, security, canonicals, page titles, url, etc... The labels are Added, New, Removed, Missing... When comparing 2 crawls, the URLs exist in both the current and previous crawl for Added and Removed. Added is URLs in previous crawl that moved to filter (internal,…
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
3 Weeks Ago
by Dani
Huh? I'm referring to [these](https://www.amazon.com/Google-Nest-Temperature-Sensor-Pack/dp/B0D5J7G9J2/ref=asc_df_B0D5J7G9J2?mcid=eae5a49f4a903a8db2d8e80887222083&hvocijid=7880327826579386076-B0D5J7G9J2-&hvexpln=73&tag=hyprod-20&linkCode=df0&hvadid=721245378154&hvpos=&hvnetw=g&hvrand=7880327826579386076&hvpone=&…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks Ago
by wwwalker
When compiling no relevant libraries have been included for linker to link so the executable won't run as it can't be compiled with missing libraries. In C and C++ code, the library header includes are at the top of the page. E.g.: #include <iostream> Go through each error where code requires a library to be linked and add those …
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
I like the challenge, but hate when errors like these occur. Check for a syntax error on line 2 in starter.h starter.h(2): warning C4067: unexpected tokens following preprocessor directive - expected a newline Hard to say without seeing code. Some cases m_hservice may require you to use the .lib file Advapi32.lib it if it isn't automatically…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
I've seen this problem before with the .rc and resource.h files, when changing icons. Backup what you have. I remember I had to remove the resource files from the project, and the additional resource (e.g., resource1.h, resource2.h) generated headers from the project folder, when adding a new icon to replace the default. It's probably easier…
Re: How do I get better in design?
Digital Media
UI / UX Design
1 Week Ago
by Nitin_30
Focus on the fundamentals; study color theory, typography, and layout grids. Practice by redesigning existing apps or websites and share your work on Dribbble or Behance for feedback. Dive into UX case studies on NN/g and UX Collective to learn best practices. For creative inspiration on composition and storytelling, explore the art-driven examples…
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
2 Months Ago
by blogmanagment
Attracting clients to your blog isn't just about increasing traffic; it's about drawing in the right audience – the ones who appreciate the value you're offering and are ready to take action. So, only writing good content isn't going to be much help. So, let's dive in. Determining Your Audience Before you start writing, ask yourself: …
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Months Ago
by usmanmalik57
On April 14, 2025, OpenAI released [GPT-4.1](https://openai.com/index/gpt-4-1/) — a model touted as the new state-of-the-art, outperforming GPT-4o on all major benchmarks. As always, I like to evaluate new LLMs on simple tasks like text classification and summarization to see how they compare with current leading models. In this article, I will…
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
1 Month Ago
by JackRyan248
> Despite a study earlier this year[/URL] that the fears of Internet predation against kids were overblown, the U.S. Department of Justice is $50 million through the American Recovery and Reinvestment Act of 2009, commonly known as the stimulus program, for Internet Crimes Against Children (ICAC) program initiatives. > > The programs …
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by toneewa
Your data wouldn't be accurate and incomplete, if either one of the performance schemas were off. event_waits_current was off, so MySQL didn't store the data (e.g., collect wait event data in detail), which can create incomplete or missing information about index usage like table I/O waits, index access details, event metadata, or timing and …
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
2 Months Ago
by Shady33
Here are some tips that first came to my mind: * Collaborate with influencers or complementary brands * Use paid ads to promote your best content or lead magnets * Cross-promote across channels (e.g. promote IG on LinkedIn, or vice versa) * Add social links in your email signature, website, and newsletters * Join relevant groups or …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
> Why your approach isn’t working > What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: > > Running a .exe on the server > You can technically make the server launch an .exe file like Notepad, but: > > It will run in the background on the server, not visibly on…
Re: Is the Vision Pro worth it?
Hardware and Software
macOS
1 Month Ago
by Dani
I find it vertigo-inducing to be sitting!! I simply cannot handle when what I see simulates me moving (e.g. walking in a room), but my physical body is not moving. It's fine if things are moving around me, but if *I'm* meant to be walking, I need to be physically walking in order to not get sick.
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by Reverend Jim
When you want to do a loop a given number of times (e.g. 100) but the loop counter is not used you can do for _ in range(100): # rest of code here
Re: Designers, Where Do You Get Your Visuals?
Digital Media
UI / UX Design
1 Month Ago
by jkon
We make a vertical distinction between visuals for UI (which are under the R&D department) and visuals for content management / site promotion (which are under the S&D department). In the first case, which covers every visual within the scaffolding of an app / site, we normally create them ourselves. These are typically SVG files, and …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Months Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by graceweb
This was a fascinating read, Victor! The way you applied psychological principles like authority bias and loss aversion really shows how impactful small tweaks can be. I especially appreciated the emphasis on emotional storytelling, it’s often overlooked but clearly powerful. Thanks for sharing such actionable insights!
Re: How To Attract Client To Your Blog?
Digital Media
Digital Marketing
1 Month Ago
by asadalig
There are some ways to attract client your blog's which include: 1. Solve the problem of end-user. 2. The content should be like which speak directly to their needs, problem and goals. 3. The content must be consistent, authentic and user-friendly.
Oracle, RIMM, Palm Earnings Today; "Outrageous" Predictions For '09
Programming
Databases
16 Years Ago
by Brian.oco
Oracle
, Research and Motion and Palm are all releasing earnings statements …
Oracle - Display Policies
Programming
Databases
13 Years Ago
by maverick420
Oracle
query to display all policies existing in the database? Can anyone tell me what will be the "
Oracle
Query to display all policies existing in the database"?
Re: Oracle Parameters
Programming
Software Development
12 Years Ago
by Momerath
Oracle
(like most databases) doesn't support passing in multiple values as a single parameter. So you are stuck doing one of two things: 1) Build the SQL statement dynamically, adding as many parameters as you need. 2) Create a function in
Oracle
that takes a string and splits it into multiple values and call the function in your SQL statement.
Re: oracle 10g user interface
Programming
Databases
17 Years Ago
by jwenting
Oracle
10 has a web based administration tool. And there's sqlplus as well. Or indeed get an external tool. PL/SQL Developer is very good and reasonably priced.
Oracle
has its own tool that's free of charge as well, available from OTN. TOAD is overpriced IMO.
Re: Oracle and DBA
Programming
Databases
13 Years Ago
by debasisdas
oracle
is an ORDBMS ---in short is a database. and dba is a human being----is one who manages/administers the database.
Re: oracle 10g user interface
Programming
Databases
17 Years Ago
by Nige Ridd
Oracle
have J Developer and SQL Developer, both free from their web site. If you develop more PL/SQL I'd go for J Developer as it's more aimed at a project style development, where as SQL Developer is more around working with SQL scripts. Nige
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC